Skip to content

Commit b1c8f72

Browse files
committed
🎡 Adding support for building python wheels
Signed-off-by: Guyzmo <[email protected]>
1 parent c26c22d commit b1c8f72

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,8 @@ def requirements(spec=None):
217217
author='Bernard `Guyzmo` Pratz',
218218
author_email='[email protected]',
219219
setup_requires=[
220-
'setuptools-markdown'
220+
'setuptools-markdown',
221+
'wheel>=0.25.0'
221222
],
222223
long_description_markdown_filename='README.md',
223224
include_package_data = True,

0 commit comments

Comments
 (0)