]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - setup.cfg
setup.py: get version from git or darcs
[tahoe-lafs/tahoe-lafs.git] / setup.cfg
index 64210af28a6da74f126c21ebbf732b71dec18af3..7232eb9acbd96a5a193a14edfcb30e511c2de068 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -37,10 +37,10 @@ find_links=misc/dependencies tahoe-deps ../tahoe-deps
 # (See http://tahoe-lafs.org/trac/tahoe-lafs/ticket/142 .)
 
 [aliases]
-build = darcsver --count-all-patches develop --prefix=support make_executable build
-test = darcsver --count-all-patches develop --prefix=support make_executable build trial
-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
-sdist_dsc = darcsver --count-all-patches sdist_dsc
+build = update_version develop --prefix=support make_executable build
+test = update_version develop --prefix=support make_executable build trial
+sdist = update_version sdist
+install = update_version install
+bdist_egg = update_version bdist_egg
+trial = update_version trial
+sdist_dsc = update_version sdist_dsc