aboutsummaryrefslogtreecommitdiffstats
path: root/release.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-11-02 14:10:30 -0400
committerJason R. Coombs <jaraco@jaraco.com>2013-11-02 14:10:30 -0400
commitaf2c7f274540acf6a6d61c8b82383725a3c00056 (patch)
tree1de1cd05a2bbaeb9e48a3bc5ca19db9e436d360b /release.py
parent3a8d13d309dfd091c24a61aceefac58198edc495 (diff)
downloadexternal_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.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/release.py b/release.py
index 15f71a2d..f4dff0d2 100644
--- a/release.py
+++ b/release.py
@@ -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"