Change the RouteFS homepage to Github
authorEvan Broder <broder@mit.edu>
Fri, 19 Dec 2008 03:59:04 +0000 (21:59 -0600)
committerEvan Broder <broder@mit.edu>
Fri, 19 Dec 2008 03:59:04 +0000 (21:59 -0600)
setup.py

index a0421c3..73afa22 100755 (executable)
--- 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'],