diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2015-12-15 21:31:49 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-12-15 21:31:49 -0500 |
commit | 7217bff3e01372a98ec19ad29079a8c1680b9500 (patch) | |
tree | 73c7d2f3121b01cd41bd2d4bb678f169b46075ce | |
parent | 70fb4bec6c4a8fd5cb82cab29efb4a2ce8d227b0 (diff) | |
download | external_python_setuptools-7217bff3e01372a98ec19ad29079a8c1680b9500.tar.gz external_python_setuptools-7217bff3e01372a98ec19ad29079a8c1680b9500.tar.bz2 external_python_setuptools-7217bff3e01372a98ec19ad29079a8c1680b9500.zip |
release script no longer mutates ez_setup.py
-rw-r--r-- | release.py | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -19,9 +19,7 @@ def before_upload(): def after_push(): BootstrapBookmark.push() -files_with_versions = ( - 'ez_setup.py', 'setuptools/version.py', -) +files_with_versions = 'setuptools/version.py', # bdist_wheel must be included or pip will break dist_commands = 'sdist', 'bdist_wheel' |