Skip to content

Commit

Permalink
🎡 Adding support for building python wheels
Browse files Browse the repository at this point in the history
Signed-off-by: Guyzmo <guyzmo+github@m0g.net>
  • Loading branch information
guyzmo committed Oct 12, 2016
1 parent 8299c32 commit dc1eb92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,8 @@ def requirements(spec=None):
author='Bernard `Guyzmo` Pratz',
author_email='guyzmo+git-repo@m0g.net',
setup_requires=[
'setuptools-markdown'
'setuptools-markdown',
'wheel>=0.25.0'
],
long_description_markdown_filename='README.md',
include_package_data = True,
Expand Down

0 comments on commit dc1eb92

Please sign in to comment.