1 Index: python-routefs/setup.py
2 ===================================================================
3 --- python-routefs.orig/setup.py 2008-09-19 21:48:51.000000000 -0400
4 +++ python-routefs/setup.py 2008-09-19 21:49:33.000000000 -0400
6 author_email="broder@mit.edu",
7 url="http://ebroder.net/code/RouteFS",
9 - packages=find_packages(),
10 + packages=['routefs'],
11 install_requires=['fuse_python>=0.2a', 'Routes>=1.7'],
13 'Development Status :: 5 - Production/Stable',