Skip to content

Commit

Permalink
hotfix - add wheel to setup_requires
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Dec 7, 2020
1 parent 64de939 commit b3ff00d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"packaging>=20.0",
]

setup_requirements = ["pytest-runner"]
setup_requirements = ["pytest-runner", "wheel"]

test_requirements = ["pytest", "tox"]

Expand Down

0 comments on commit b3ff00d

Please sign in to comment.