From: Evan Broder Date: Sun, 14 Sep 2008 22:22:30 +0000 (-0400) Subject: Remove URL because it doesn't exist yet X-Git-Tag: 1.0.0~1 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/python-routefs.git/commitdiff_plain/5de5ad228bb2e06fd6a19bc9b59d5f5386eeb43f Remove URL because it doesn't exist yet --- diff --git a/setup.py b/setup.py index 2968f43..85a8b7a 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( description="RouteFS: A FUSE API wrapper based on URL routing", author="Evan Broder", author_email="broder@mit.edu", - url="http://ebroder.net/code/RouteFS", + #url="http://ebroder.net/code/RouteFS", license="MIT", packages=find_packages(), install_requires=['fuse_python>=0.2a', 'Routes>=1.7']