Commit fb535e22 authored by Jason R. Coombs's avatar Jason R. Coombs

Now that setup script is importable, the release script can grab the version from setup.py

parent 392032ad
......@@ -15,11 +15,8 @@ except AttributeError:
def before_upload():
_linkify('CHANGES.txt', 'CHANGES (linked).txt')
version = '0.10'
files_with_versions = (
'docs/conf.py', 'setup.py', 'release.py', 'ez_setup.py',
'setuptools/__init__.py',
'docs/conf.py', 'setup.py', 'ez_setup.py', 'setuptools/__init__.py',
)
test_info = "Travis-CI tests: http://travis-ci.org/#!/jaraco/setuptools"
......
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