projects
/
nmigen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5c2714
)
manually remove setuptools and setuptools_scm, moved
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Fri, 31 Dec 2021 14:31:28 +0000
(14:31 +0000)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Fri, 31 Dec 2021 14:31:28 +0000
(14:31 +0000)
to pyproject.toml
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index b822e779928cb888171f932bb1eda0a1dc371215..b07cb98df569f8f5abce45dee303b614975118dc 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-23,7
+23,6
@@
setup(
#long_description="""TODO""",
license="BSD",
python_requires="~=3.6",
- setup_requires=["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