From f3b3fcb4642075008e5f100ec9f86811ddeabcab Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Thu, 18 Dec 2008 21:59:04 -0600 Subject: [PATCH] Change the RouteFS homepage to Github --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'], -- 1.7.9.5