aboutsummaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-04-04 08:32:28 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-04-04 08:32:28 -0400
commit48b63f309650af9e43368cf0d6792ea247ad8663 (patch)
tree1c9bbeda525f231bd671c9e9f7ea3c3eedcb5854 /setup.cfg
parent1bf92e3a3cc1e246b1ecc05c63287bb177939efa (diff)
parent9803058dc72867605bdac20d41249c00e8eae415 (diff)
downloadexternal_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-xsetup.cfg17
1 files changed, 15 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index a5cc289a..988a8970 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -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]
+