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
commite565622c48586ff8e32f54fd27dbdb8da923bb4e (patch)
tree7fa492f22761ec796be4b74580b1c483d279b6f7
parent3e2b8ce6334bcd4e848750a23a4f94a2b55a01e4 (diff)
downloadpaste-git-e565622c48586ff8e32f54fd27dbdb8da923bb4e.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