projects
/
nmigen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
556e91e
)
add wheel as setup dependency
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Fri, 31 Dec 2021 14:40:50 +0000
(14:40 +0000)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Fri, 31 Dec 2021 14:40:50 +0000
(14:40 +0000)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index b822e779928cb888171f932bb1eda0a1dc371215..5ca3ca23af3f4bfdba97d9b695c8e771054f1f76 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-23,7
+23,7
@@
setup(
#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