From 5e60e0e3af85f22aa0afe8bf0ecf85619afacfeb Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Thu, 22 Aug 2013 16:39:52 -0400 Subject: Imported Upstream version 0.6.0.12 --- setup.cfg | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'setup.cfg') 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 - -- cgit v1.2.3