diff options
Diffstat (limited to 'setup.cfg')
| -rwxr-xr-x | setup.cfg | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -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] |
