X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/python-afs.git/blobdiff_plain/1c401f84faaf875b84faee6c45e9b465960f4e18..94a09d55edd7d3c1b53424ee1a39245db751c5e9:/setup.py diff --git a/setup.py b/setup.py index 1a0f0e2..1f28113 100755 --- a/setup.py +++ b/setup.py @@ -36,10 +36,11 @@ def PyAFSExtension(module, *args, **kwargs): setup( name="PyAFS", - version="0.1.0", + version="0.1.1", description="PyAFS - Python bindings for AFS", author="Evan Broder", author_email="broder@mit.edu", + url="http://github.com/ebroder/pyafs/", license="GPL", requires=['Cython'], packages=['afs', 'afs.tests'],