diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-11-02 14:10:30 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-11-02 14:10:30 -0400 |
commit | af2c7f274540acf6a6d61c8b82383725a3c00056 (patch) | |
tree | 1de1cd05a2bbaeb9e48a3bc5ca19db9e436d360b /release.py | |
parent | 3a8d13d309dfd091c24a61aceefac58198edc495 (diff) | |
download | external_python_setuptools-af2c7f274540acf6a6d61c8b82383725a3c00056.tar.gz external_python_setuptools-af2c7f274540acf6a6d61c8b82383725a3c00056.tar.bz2 external_python_setuptools-af2c7f274540acf6a6d61c8b82383725a3c00056.zip |
Include wheels in standard release. Fixes #93.
--HG--
extra : amend_source : 142fda8f9cdb6612326d2aed5712f8fe86aec8ac
Diffstat (limited to 'release.py')
-rw-r--r-- | release.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -25,6 +25,8 @@ files_with_versions = ( 'ez_setup.py', 'setuptools/version.py', ) +dist_commands = 'sdist', 'bdist_wheel' + test_info = "Travis-CI tests: http://travis-ci.org/#!/jaraco/setuptools" os.environ["SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES"] = "1" |