Skip to content

Commit ce9d7e3

Browse files
committed
pyproject.toml: Set build-backend
Related: pypa/setuptools#1694 Signed-off-by: John Andersen <[email protected]>
1 parent 93b8b59 commit ce9d7e3

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
@@ -1,3 +1,6 @@
1+
requires = ["setuptools>=44", "wheel"]
2+
build-backend = "setuptools.build_meta"
3+
14
[tool.black]
25
line-length = 79
36
target-version = ['py37']

0 commit comments

Comments
 (0)