From: Evan Broder Date: Fri, 19 Dec 2008 03:59:04 +0000 (-0600) Subject: Change the RouteFS homepage to Github X-Git-Tag: 1.1.0~4 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/python-routefs.git/commitdiff_plain/f3b3fcb4642075008e5f100ec9f86811ddeabcab Change the RouteFS homepage to Github --- diff --git a/setup.py b/setup.py index a0421c3..73afa22 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://github.com/ebroder/python-routefs/wikis", license="MPL, GPL", packages=find_packages(), install_requires=['fuse_python>=0.2a', 'Routes>=1.7'],