You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
434 B

[bumpversion]
current_version = 39.1.0
commit = True
tag = True
[egg_info]
tag_build =
tag_date = 0
[aliases]
clean_egg_info = egg_info -Db ''
release = clean_egg_info sdist bdist_wheel
source = register sdist binary
binary = bdist_egg upload --show-response
[upload]
repository = https://upload.pypi.org/legacy/
[sdist]
formats = zip
[bdist_wheel]
universal = 1
[metadata]
license_file = LICENSE
[bumpversion:file:setup.py]