diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2015-04-22 01:45:54 +0200 |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2015-04-22 01:45:54 +0200 |
commit | e565622c48586ff8e32f54fd27dbdb8da923bb4e (patch) | |
tree | 7fa492f22761ec796be4b74580b1c483d279b6f7 /setup.py | |
parent | 3e2b8ce6334bcd4e848750a23a4f94a2b55a01e4 (diff) | |
download | paste-git-2.0.tar.gz |
Fix tag_build for the release 2.02.0
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ # # - run tests: run tox # - update version in setup.py (__version__) +# - update tag_build in setup.cfg # - update changelog: docs/news.txt # - modify setup.py: set RELEASE to True # - check that "python setup.py sdist" contains all files tracked by |