source: trunk/packages/python-routefs/debian/patches/dont-install-examples.patch @ 2572

Last change on this file since 2572 was 981, checked in by broder, 16 years ago

Import RouteFS for new versions of ConsoleFS and RemconfFS

File size: 548 bytes
RevLine 
[981]1Index: 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
5@@ -10,7 +10,7 @@
6     author_email="broder@mit.edu",
7     url="http://ebroder.net/code/RouteFS",
8     license="MPL, GPL",
9-    packages=find_packages(),
10+    packages=['routefs'],
11     install_requires=['fuse_python>=0.2a', 'Routes>=1.7'],
12     classifiers=[
13         'Development Status :: 5 - Production/Stable',
Note: See TracBrowser for help on using the repository browser.