summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg18
1 files changed, 9 insertions, 9 deletions
diff --git a/setup.cfg b/setup.cfg
index 730bf08..89482e3 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,17 +1,17 @@
[easy_install]
zip_ok = False
+[aliases]
+build = build
+test = build test
+sdist = build sdist
+install = build install
+bdist_egg = build bdist_egg
+trial = build trial
+sdist_dsc = build sdist_dsc
+
[egg_info]
tag_build =
tag_date = 0
tag_svn_revision = 0
-[aliases]
-sdist_dsc = darcsver --count-all-patches sdist_dsc
-sdist = darcsver --count-all-patches sdist
-trial = darcsver --count-all-patches trial
-build = darcsver --count-all-patches build
-install = darcsver --count-all-patches install
-test = darcsver --count-all-patches test
-bdist_egg = darcsver --count-all-patches bdist_egg
-