X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/python-routefs.git/blobdiff_plain/95faa22cbd3f1fc6dc059fd585cc813de4b886b4..cb57abd6911f7e2c2820166d03ecdb10809e1a1f:/setup.py?ds=sidebyside diff --git a/setup.py b/setup.py index 4fb1db7..74d735f 100755 --- a/setup.py +++ b/setup.py @@ -4,14 +4,14 @@ from setuptools import setup, find_packages setup( name="RouteFS", - version="1.0.0", + version="1.1.1", 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'], + install_requires=['fuse_python>=0.2a', 'Routes>=1.9'], classifiers=[ 'Development Status :: 5 - Production/Stable', 'Environment :: Plugins',