diff options
-rw-r--r-- | release.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |