seafdav/setup.py
2022-07-31 08:27:07 +02:00

8 lines
161 B
Python

#!/usr/bin/env python
# -*- coding: utf-8 -*-
from setuptools import setup
setup(
name="WsgiDAV", # GitHub dependants needs it here?
# See setup.cfg
)