diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-04-04 08:32:28 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-04-04 08:32:28 -0400 |
commit | 48b63f309650af9e43368cf0d6792ea247ad8663 (patch) | |
tree | 1c9bbeda525f231bd671c9e9f7ea3c3eedcb5854 /setup.cfg | |
parent | 1bf92e3a3cc1e246b1ecc05c63287bb177939efa (diff) | |
parent | 9803058dc72867605bdac20d41249c00e8eae415 (diff) | |
download | external_python_setuptools-48b63f309650af9e43368cf0d6792ea247ad8663.tar.gz external_python_setuptools-48b63f309650af9e43368cf0d6792ea247ad8663.tar.bz2 external_python_setuptools-48b63f309650af9e43368cf0d6792ea247ad8663.zip |
Merge with master
Diffstat (limited to 'setup.cfg')
-rwxr-xr-x | setup.cfg | 17 |
1 files changed, 15 insertions, 2 deletions
@@ -1,5 +1,15 @@ +[bumpversion] +current_version = 20.6.7 +commit = True +tag = True + +[egg_info] +tag_build = .post +tag_date = 1 + [aliases] -release = sdist bdist_wheel upload build_sphinx upload_docs +clean_egg_info = egg_info -RDb '' +release = clean_egg_info sdist bdist_wheel build_sphinx test = pytest [build_sphinx] @@ -14,4 +24,7 @@ upload-dir = docs/build/html formats = gztar zip [wheel] -universal=1 +universal = 1 + +[bumpversion:file:setup.py] + |