Skip to content

Commit f48e25e

Browse files
author
Roman Zaiev
committed
Setup requires wheel
1 parent 09dfdd9 commit f48e25e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def run(self):
8686
'pytest-flakes==4.0.0',
8787
'pytest-pycodestyle==1.4.0',
8888
],
89-
setup_requires=['pytest-runner'],
89+
setup_requires=['pytest-runner', 'wheel'],
9090
python_requires=REQUIRES_PYTHON,
9191
classifiers=[
9292
'Development Status :: 5 - Production/Stable',

0 commit comments

Comments
 (0)