Skip to content

Commit

Permalink
Add 'wheel' as setup requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
meow464 committed Aug 27, 2021
1 parent ff050d1 commit 9102349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setup(
use_scm_version=False,
setup_requires=['setuptools_scm'],
setup_requires=['setuptools_scm', 'wheel'],
)
# name="kivy-ios",
# version="1.3.0.dev0",
Expand Down

0 comments on commit 9102349

Please sign in to comment.