summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2015-04-22 01:45:54 +0200
committerVictor Stinner <victor.stinner@gmail.com>2015-04-22 01:45:54 +0200
commit2b2a9833f2d4dc82c113122279c1f2b4868faef3 (patch)
tree7fa492f22761ec796be4b74580b1c483d279b6f7 /setup.py
parent2898fd05a587c0fd46cd1410b4b34fef729d00b9 (diff)
downloadpaste-2b2a9833f2d4dc82c113122279c1f2b4868faef3.tar.gz
Fix tag_build for the release 2.02.0
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 484eb7a..e4c73c3 100644
--- a/setup.py
+++ b/setup.py
@@ -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