projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af0edec
)
setup: setup_requires setuptools_darcs_plugin. Without it the "./setup.py sdist...
author
Zooko O'Whielacronx
<zooko@zooko.com>
Sat, 13 Oct 2007 20:38:18 +0000
(13:38 -0700)
committer
Zooko O'Whielacronx
<zooko@zooko.com>
Sat, 13 Oct 2007 20:38:18 +0000
(13:38 -0700)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index f33150e83e17041c81f2acb823bd1b553fa06dc2..143fa427508018c8d07b002044b16ddcaf1c09eb 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-117,6
+117,7
@@
setup(name='allmydata-tahoe',
classifiers=trove_classifiers,
test_suite="allmydata.test",
install_requires=install_requires,
+ setup_requires=["setuptools_darcs_plugin >= 1.0",],
dependency_links=dependency_links,
entry_points = { 'console_scripts': [ 'tahoe = allmydata.scripts.runner:run' ] },
ext_modules=[