Set a homepage for the module.
[invirt/packages/python-afs.git] / setup.py
index 47cf789..3b7b0ea 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -36,10 +36,11 @@ def PyAFSExtension(module, *args, **kwargs):
 
 setup(
     name="PyAFS",
-    version="0.0.0",
+    version="0.1.0",
     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'],