Skip to content

Commit b804a01

Browse files
committed
add build-backend to pyproject
Signed-off-by: Matthew Peveler <[email protected]>
1 parent 9d2785a commit b804a01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
[build-system]
22
# Minimum requirements for the build system to execute.
33
requires = ["setuptools", "wheel"] # PEP 508 specifications.
4+
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)