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:
588e5b8
)
setup: require the latest version of darcsver
author
Zooko O'Whielacronx
<zooko@zooko.com>
Tue, 23 Nov 2010 02:12:18 +0000
(18:12 -0800)
committer
Zooko O'Whielacronx
<zooko@zooko.com>
Tue, 23 Nov 2010 02:12:18 +0000
(18:12 -0800)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index 027427a06a088fc96dca974aef8a864b879fdfae..9cb68da3963e6c304304387c6c4c6c20f41dbf70 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-131,7
+131,7
@@
setup_requires = []
# configure it to run darcsver before your command, if you want the version
# number to be correct when that command runs.
# http://pypi.python.org/pypi/darcsver
-setup_requires.append('darcsver >= 1.
2.0
')
+setup_requires.append('darcsver >= 1.
7.1
')
# Nevow requires Twisted to setup, but doesn't declare that requirement in a
# way that enables setuptools to satisfy that requirement before Nevow's