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 | 2b2954c425db5ee551be7b442c02ec909528e9c9 (patch) | |
| tree | 79f7e124fb7ad21663710d14f194bfe8634c8102 | |
| parent | ebd11a186367d6d8be92aefb41937f968f526846 (diff) | |
| download | python-setuptools-bitbucket-2b2954c425db5ee551be7b442c02ec909528e9c9.tar.gz | |
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"  | 
