setup: make sure you use darcsver whenever you are going to run trial

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.
This commit is contained in:
Zooko O'Whielacronx 2009-01-30 14:38:19 -07:00
parent e010d49835
commit 4e86894bfa

View File

@ -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