aboutsummaryrefslogtreecommitdiffstats
path: root/release.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-02-05 19:30:53 -0500
committerJason R. Coombs <jaraco@jaraco.com>2014-02-05 19:30:53 -0500
commitb2e88257f67e94bc922265285e602fc5ecea5830 (patch)
tree662204aecf5911b2f9ddfa5222e5a83ed8ca31a9 /release.py
parentdbdef26b5b1968b49b49966da045799b8553ebe1 (diff)
downloadexternal_python_setuptools-b2e88257f67e94bc922265285e602fc5ecea5830.tar.gz
external_python_setuptools-b2e88257f67e94bc922265285e602fc5ecea5830.tar.bz2
external_python_setuptools-b2e88257f67e94bc922265285e602fc5ecea5830.zip
Disable bdist_wheel until issue #143 is solved.
Diffstat (limited to 'release.py')
-rw-r--r--release.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release.py b/release.py
index c5e8debb..5735e10c 100644
--- a/release.py
+++ b/release.py
@@ -26,7 +26,7 @@ files_with_versions = (
'ez_setup.py', 'setuptools/version.py',
)
-dist_commands = 'sdist', 'bdist_wheel'
+dist_commands = 'sdist',# 'bdist_wheel'
test_info = "Travis-CI tests: http://travis-ci.org/#!/jaraco/setuptools"