aboutsummaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-06-06 07:23:42 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-06-06 07:23:42 -0400
commitdf3905616933c90af95e99f705b800a2f5c1c921 (patch)
treef9def47225ce6dd5d88cd51bd7442f3c78aab877 /setup.cfg
parent48b63f309650af9e43368cf0d6792ea247ad8663 (diff)
parentf43c0f0651edfe1f52b0a178cfe2a5234a008af0 (diff)
downloadexternal_python_setuptools-df3905616933c90af95e99f705b800a2f5c1c921.tar.gz
external_python_setuptools-df3905616933c90af95e99f705b800a2f5c1c921.tar.bz2
external_python_setuptools-df3905616933c90af95e99f705b800a2f5c1c921.zip
Merge with master
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]
-