aboutsummaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rwxr-xr-xsetup.cfg9
1 files changed, 4 insertions, 5 deletions
diff --git a/setup.cfg b/setup.cfg
index 950924b1..ea649893 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 30.3.0
+current_version = 36.4.0
commit = True
tag = True
@@ -8,19 +8,18 @@ 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
-test = pytest
[upload]
repository = https://upload.pypi.org/legacy/
[sdist]
-formats = gztar zip
+formats = zip
-[wheel]
+[bdist_wheel]
universal = 1
[bumpversion:file:setup.py]