projects
/
pyelftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba854b9
)
Add pyproject.toml (#443)
author
Kevin Phoenix
<kevin@kphoenix.us>
Sat, 24 Sep 2022 13:29:15 +0000
(06:29 -0700)
committer
GitHub
<noreply@github.com>
Sat, 24 Sep 2022 13:29:15 +0000
(06:29 -0700)
pyproject.toml
[new file with mode: 0644]
patch
|
blob
diff --git a/pyproject.toml
b/pyproject.toml
new file mode 100644
(file)
index 0000000..
f87c03a
--- /dev/null
+++ b/
pyproject.toml
@@ -0,0
+1,3
@@
+[build-system]
+requires = ["setuptools >= 46.4.0", "wheel"]
+build-backend = "setuptools.build_meta"