diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-07-13 20:48:26 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-07-13 20:48:26 -0400 |
commit | 5896424c4061b74ed9625077131df0f8e4cd2a10 (patch) | |
tree | 240799547b0b5324b2a4a4bfa5e4e2f3131c465b /release.py | |
parent | 0cb9cd7aaa256fc5e14900958250a8911afa08ba (diff) | |
download | external_python_setuptools-5896424c4061b74ed9625077131df0f8e4cd2a10.tar.gz external_python_setuptools-5896424c4061b74ed9625077131df0f8e4cd2a10.tar.bz2 external_python_setuptools-5896424c4061b74ed9625077131df0f8e4cd2a10.zip |
Have the documentation also grab the version from setuptools/__init__.py
Diffstat (limited to 'release.py')
-rw-r--r-- | release.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ def before_upload(): _linkify('CHANGES.txt', 'CHANGES (linked).txt') files_with_versions = ( - 'docs/conf.py', 'ez_setup.py', 'setuptools/__init__.py', + 'ez_setup.py', 'setuptools/__init__.py', ) test_info = "Travis-CI tests: http://travis-ci.org/#!/jaraco/setuptools" |