diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2017-01-02 09:29:42 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2017-01-02 09:29:42 -0500 |
| commit | dc8683bd8e8600680a7581fd3a2d34ba8f1fa0ab (patch) | |
| tree | c86209eee3f55c06dcfee69f71f2548f58bd9fea /setup.cfg | |
| parent | 1397064fe7bf88947d00b91a8441234152ba195c (diff) | |
| download | external_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-x | setup.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
