aboutsummaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-03-29 15:00:09 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-03-29 15:00:09 -0400
commit4c7ee26f9b2d2a04ba853bd55b63e2776277a539 (patch)
tree0f8f275a43d13321c43fd68b3e45ada910f8f33f /setup.cfg
parent9aa3b8e064da93f1f156c97b84db0fdbdd2dcb6f (diff)
downloadexternal_python_setuptools-4c7ee26f9b2d2a04ba853bd55b63e2776277a539.tar.gz
external_python_setuptools-4c7ee26f9b2d2a04ba853bd55b63e2776277a539.tar.bz2
external_python_setuptools-4c7ee26f9b2d2a04ba853bd55b63e2776277a539.zip
Ignore doc building during release; rely on separate dpl step.
Diffstat (limited to 'setup.cfg')
-rwxr-xr-xsetup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index ac29c73b..adfdf5ae 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -9,7 +9,7 @@ tag_date = 1
[aliases]
clean_egg_info = egg_info -RDb ''
-release = clean_egg_info build_sphinx sdist bdist_wheel upload_docs
+release = clean_egg_info sdist bdist_wheel
source = register sdist binary
binary = bdist_egg upload --show-response
test = pytest