projects
/
invirt/packages/python-routefs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26db1e5
)
Force Routes and FUSE to be installed through setuptools
author
Evan Broder
<broder@mit.edu>
Tue, 12 Aug 2008 00:08:06 +0000
(17:08 -0700)
committer
Evan Broder
<broder@mit.edu>
Tue, 12 Aug 2008 00:08:06 +0000
(17:08 -0700)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index
b1f9a8f
..
2968f43
100755
(executable)
--- a/
setup.py
+++ b/
setup.py
@@
-11,5
+11,5
@@
setup(
url="http://ebroder.net/code/RouteFS",
license="MIT",
packages=find_packages(),
- requires=['fuse_python>=0.2a', 'Routes>=1.7']
+ install_requires=['fuse_python>=0.2a', 'Routes>=1.7']
)