Skip to content

Commit 1899613

Browse files
authored
Declare setuptools as the build backend in pyproject.toml (#350)
1 parent c874142 commit 1899613

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[build-system]
2+
requires = ["setuptools >= 42.0.0"]
3+
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)