summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2015-04-22 02:13:43 +0200
committerVictor Stinner <victor.stinner@gmail.com>2015-04-22 02:13:43 +0200
commit7dcf18750c784d20554a1d917ddd513e30a5e609 (patch)
tree9d8e29c1f115088964133f2ed2d4851f5960104e /setup.py
parent53841716dc08e01b798dbf4cac45d1caf81b0814 (diff)
downloadpaste-7dcf18750c784d20554a1d917ddd513e30a5e609.tar.gz
setup.py: add python3 setup.py bdist_wheel upload
Diffstat (limited to 'setup.py')
-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