8 lines
161 B
Python
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
|
|
)
|