Set a homepage for the module.
authorEvan Broder <broder@mit.edu>
Mon, 23 Nov 2009 02:35:23 +0000 (21:35 -0500)
committerEvan Broder <broder@mit.edu>
Mon, 23 Nov 2009 02:35:23 +0000 (21:35 -0500)
setup.py

index 1a0f0e2..3b7b0ea 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -40,6 +40,7 @@ setup(
     description="PyAFS - Python bindings for AFS",
     author="Evan Broder",
     author_email="broder@mit.edu",
     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'],
     license="GPL",
     requires=['Cython'],
     packages=['afs', 'afs.tests'],