Commit 7217bff3 authored by Jason R. Coombs's avatar Jason R. Coombs

release script no longer mutates ez_setup.py

parent 70fb4bec
......@@ -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'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment