summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 9593748..c1707a5 100644
--- a/setup.py
+++ b/setup.py
@@ -7,9 +7,9 @@
# \Python27\python.exe runtest.py -r -m
#
# - update the version in setup.py and doc/conf.py to X.Y
-# - set release date in README
+# - set release date in doc/changelog.rst
# - check that "python setup.py sdist" contains all files tracked by
-# the SCM (Mercurial), or update MANIFEST.in
+# the SCM (Mercurial): update MANIFEST.in if needed
# - hg ci
# - hg tag X.Y
# - hg push