summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rwxr-xr-xsetup.cfg21
1 files changed, 5 insertions, 16 deletions
diff --git a/setup.cfg b/setup.cfg
index 988a8970..49dc7067 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -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]
-