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:
680e33e
)
setup: specify that the version file must go into src/allmydata/_version.py . fixes...
author
Zooko O'Whielacronx
<zooko@zooko.com>
Sun, 14 Nov 2010 07:40:40 +0000
(23:40 -0800)
committer
Zooko O'Whielacronx
<zooko@zooko.com>
Sun, 14 Nov 2010 07:40:40 +0000
(23:40 -0800)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index d352a1a4aedb81040f4a64818c8689f9447283b1..0b35f73b98449e781c3d336ef5d0069c1feed2ca 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-376,5
+376,6
@@
setup(name=APPNAME,
setup_requires=setup_requires,
entry_points = { 'console_scripts': [ 'tahoe = allmydata.scripts.runner:run' ] },
zip_safe=False, # We prefer unzipped for easier access.
+ versionfiles=['src/allmydata/_version.py',],
**setup_args
)