aboutsummaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
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]
+