Skip to content

Commit

Permalink
setup: add wheel as setup dependency.
Browse files Browse the repository at this point in the history
See commit 416b253.
See commit 7fca037.
  • Loading branch information
whitequark committed Jul 1, 2020
1 parent ba1b4c2 commit 14845af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -36,7 +36,7 @@ def doc_version():
#long_description="""TODO""",
license="BSD",
python_requires="~=3.6",
setup_requires=["setuptools", "setuptools_scm"],
setup_requires=["wheel", "setuptools", "setuptools_scm"],
install_requires=[
"importlib_metadata; python_version<'3.8'", # for __version__ and nmigen._yosys
"importlib_resources; python_version<'3.9'", # for nmigen._yosys
Expand Down

0 comments on commit 14845af

Please sign in to comment.