diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2014-02-05 19:30:53 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-02-05 19:30:53 -0500 |
commit | b2e88257f67e94bc922265285e602fc5ecea5830 (patch) | |
tree | 662204aecf5911b2f9ddfa5222e5a83ed8ca31a9 | |
parent | dbdef26b5b1968b49b49966da045799b8553ebe1 (diff) | |
download | external_python_setuptools-b2e88257f67e94bc922265285e602fc5ecea5830.tar.gz external_python_setuptools-b2e88257f67e94bc922265285e602fc5ecea5830.tar.bz2 external_python_setuptools-b2e88257f67e94bc922265285e602fc5ecea5830.zip |
Disable bdist_wheel until issue #143 is solved.
-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" |