X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/python-routefs.git/blobdiff_plain/44655c396b1b0ef361216385bbd1b2b866e9b922..5de5ad228bb2e06fd6a19bc9b59d5f5386eeb43f:/setup.py 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']