aboutsummaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-01-02 09:29:42 -0500
committerJason R. Coombs <jaraco@jaraco.com>2017-01-02 09:29:42 -0500
commitdc8683bd8e8600680a7581fd3a2d34ba8f1fa0ab (patch)
treec86209eee3f55c06dcfee69f71f2548f58bd9fea /setup.cfg
parent1397064fe7bf88947d00b91a8441234152ba195c (diff)
downloadexternal_python_setuptools-dc8683bd8e8600680a7581fd3a2d34ba8f1fa0ab.tar.gz
external_python_setuptools-dc8683bd8e8600680a7581fd3a2d34ba8f1fa0ab.tar.bz2
external_python_setuptools-dc8683bd8e8600680a7581fd3a2d34ba8f1fa0ab.zip
More aggressively remove references to 'tag_svn_revision' option in egg_info. Ref #619.
Diffstat (limited to 'setup.cfg')
-rwxr-xr-xsetup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index e46be52a..406aa4f9 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -8,7 +8,7 @@ tag_build = .post
tag_date = 1
[aliases]
-clean_egg_info = egg_info -RDb ''
+clean_egg_info = egg_info -Db ''
release = clean_egg_info sdist bdist_wheel
source = register sdist binary
binary = bdist_egg upload --show-response