]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
setup: make sure you use darcsver whenever you are going to run trial
authorZooko O'Whielacronx <zooko@zooko.com>
Fri, 30 Jan 2009 21:38:19 +0000 (14:38 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Fri, 30 Jan 2009 21:38:19 +0000 (14:38 -0700)
This fixes the bug Brian had where he ran "python ./setup.py trial" and the allmydata-tahoe version number came out as 0.0.0.

setup.cfg

index ee170383f8d1cfb5c8d0a98740361dfaaaed9500..6ed046e8e65c0ab55c4d7433d2a1fe57b9904a67 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -38,3 +38,4 @@ test = darcsver --count-all-patches develop --prefix=support make_executable bui
 sdist = darcsver --count-all-patches sdist
 install = darcsver --count-all-patches install
 bdist_egg = darcsver --count-all-patches bdist_egg
+trial = darcsver --count-all-patches trial