From d9d88818ab6c887d05939d0d570b62fb977a44ef Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Fri, 17 Jul 2015 18:46:08 +0200 Subject: [PATCH] setup.py: don't use bdist_wheel --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 012429a..19d9670 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,9 @@ # - git tag trollius-VERSION # - git push --tags # - git push -# - On Linux: python setup.py register sdist bdist_wheel upload +# - On Linux: python setup.py register sdist upload +# FIXME: don't use bdist_wheel because of +# FIXME: https://github.com/haypo/trollius/issues/1 # - On Windows: python releaser.py release # - increment version in setup.py (version) and doc/conf.py (version, release) # - git commit -a && git push