Skip to content

Commit 601c3a9

Browse files
authored
build: Add the missing build-system section to fix building (#100)
Add the missing `build-system` section to fix compatibility with strict PEP 517 installers. Per PEP 517, projects are required to either specify a backend explicitly *or* (for compatibility with legacy projects) provide a `setup.py` file.
1 parent 297772d commit 601c3a9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
[build-system]
2+
requires = ["setuptools"]
3+
build-backend = "setuptools.build_meta"
4+
15
[project]
26
name = "pypi-attestations"
37
dynamic = ["version"]

0 commit comments

Comments
 (0)