aboutsummaryrefslogtreecommitdiffstats
path: root/release.py
diff options
context:
space:
mode:
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"