diff options
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -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 - |