wolf71 / TinyWebDav

A Single File,Tiny, Python WebDav Server .
145 stars 42 forks source link

Setuptools #5

Open andrewleech opened 8 years ago

andrewleech commented 8 years ago

Hello, I really like your elegant single-file webdav server. I've made some small changes if you're interested, this pull request is to add a setuptools script for easy install.

Now the user can simply: python setup.py install and the modules will be installed in their system and usable from inside python: import webdav and from the command line as an executable called webdav

Would you be interested in pushing this to pypi for install with pip? http://peterdowns.com/posts/first-time-with-pypi.html If not would you mind if I push it up for you?