summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index e4c73c3..88ce93b 100644
--- a/setup.py
+++ b/setup.py
@@ -11,7 +11,8 @@
# - hg ci
# - hg tag VERSION
# - hg push
-# - python setup.py register sdist bdist_wheel upload
+# - python2 setup.py register sdist bdist_wheel upload
+# - python3 setup.py bdist_wheel upload
#
# - increment version in setup.py (__version__)
# - hg ci && hg push