Skip to content

Commit

Permalink
Add wheel to setup_requires
Browse files Browse the repository at this point in the history
  • Loading branch information
ines committed Oct 14, 2018
1 parent d77a6ce commit b087778
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ def setup_package():
url=about['__uri__'],
license=about['__license__'],
ext_modules=ext_modules,
setup_requires=['wheel>=0.32.0,<0.33.0'],
classifiers=[
'Development Status :: 5 - Production/Stable',
'Environment :: Console',
Expand Down

0 comments on commit b087778

Please sign in to comment.