diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-08-05 17:14:16 +0200 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-08-05 17:14:16 +0200 |
commit | 2acd7e9e1223672687a5c628407fc8528f64246a (patch) | |
tree | fd59ba0ede96b826763d98b76311b0c9e27898cb /release.py | |
parent | d4495c74689adc9eb715c0c589a1f9e04a6d903c (diff) | |
download | external_python_setuptools-2acd7e9e1223672687a5c628407fc8528f64246a.tar.gz external_python_setuptools-2acd7e9e1223672687a5c628407fc8528f64246a.tar.bz2 external_python_setuptools-2acd7e9e1223672687a5c628407fc8528f64246a.zip |
Move version into its own file so that setuptools machinery isn't necessary to elicit the version.
--HG--
extra : rebase_source : 1611131e6765a30fd0fe94d8455418ccd3ae46ae
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(): _add_bootstrap_bookmark() files_with_versions = ( - 'ez_setup.py', 'setuptools/__init__.py', + 'ez_setup.py', 'setuptools/version.py', ) test_info = "Travis-CI tests: http://travis-ci.org/#!/jaraco/setuptools" |