projects
/
nmigen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a9a290
)
Add PEP 518 `pyproject.toml`.
author
whitequark
<whitequark@whitequark.org>
Wed, 1 Jul 2020 05:58:05 +0000
(
05:58
+0000)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Fri, 31 Dec 2021 14:30:47 +0000
(14:30 +0000)
This is necessary to be able to install nMigen into a virtualenv that
does not have `wheel` installed in certain cases.
See #349.
pyproject.toml
[new file with mode: 0644]
patch
|
blob
diff --git a/pyproject.toml
b/pyproject.toml
new file mode 100644
(file)
index 0000000..
87688fd
--- /dev/null
+++ b/
pyproject.toml
@@ -0,0
+1,2
@@
+[build-system]
+requires = ["setuptools", "setuptools_scm", "wheel"]