Menu

[r37]: / setup.py  Maximize  Restore  History

Download this file

12 lines (10 with data), 317 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
#!/usr/bin/env python
from distutils.core import setup
setup(name = "python_webdav",
version = "0.4",
description = "A WebDAV client library",
author = "Becky Lewis",
author_email = "python-webdav@scaryclam.co.uk",
url = "http://sourceforge.net/projects/python-webdav/",
packages = ['python_webdav']
)