From 4e86894bfa59b2f4336c8e5b8be34c6231a13134 Mon Sep 17 00:00:00 2001 From: Zooko O'Whielacronx Date: Fri, 30 Jan 2009 14:38:19 -0700 Subject: [PATCH] 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. --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index ee170383..6ed046e8 100644 --- 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 -- 2.37.2