summaryrefslogtreecommitdiff
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
parent2898fd05a587c0fd46cd1410b4b34fef729d00b9 (diff)
downloadpaste-2b2a9833f2d4dc82c113122279c1f2b4868faef3.tar.gz
Fix tag_build for the release 2.02.0
-rw-r--r--setup.cfg2
-rw-r--r--setup.py1
2 files changed, 2 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index d79e2e3..e60fe4f 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[egg_info]
-tag_build = bisque2
+tag_build =
tag_date = 0
tag_svn_revision = 0
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