diff options
Diffstat (limited to 'setup.cfg')
| -rwxr-xr-x | setup.cfg | 21 |
1 files changed, 5 insertions, 16 deletions
@@ -1,30 +1,19 @@ -[bumpversion] -current_version = 20.6.7 -commit = True -tag = True - [egg_info] tag_build = .post tag_date = 1 [aliases] clean_egg_info = egg_info -RDb '' -release = clean_egg_info sdist bdist_wheel build_sphinx +release = clean_egg_info sdist bdist_wheel +source = register sdist binary +binary = bdist_egg upload --show-response test = pytest -[build_sphinx] -source-dir = docs/ -build-dir = docs/build -all_files = 1 - -[upload_docs] -upload-dir = docs/build/html +[upload] +repository = https://upload.pypi.io/legacy/ [sdist] formats = gztar zip [wheel] universal = 1 - -[bumpversion:file:setup.py] - |
