From 7dcf18750c784d20554a1d917ddd513e30a5e609 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Wed, 22 Apr 2015 02:13:43 +0200 Subject: setup.py: add python3 setup.py bdist_wheel upload --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1