From 8e5ee8f6e2d13f9662056ec38f123b0e7edae5b0 Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Sun, 22 Nov 2009 21:35:23 -0500 Subject: [PATCH] Set a homepage for the module. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 1a0f0e2..3b7b0ea 100755 --- 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", + url="http://github.com/ebroder/pyafs/", license="GPL", requires=['Cython'], packages=['afs', 'afs.tests'], -- 1.7.9.5