Skip to content

Commit 92fd494

Browse files
Add build-system to pyproject.toml
1 parent 8d77dea commit 92fd494

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
[tool.black]
26
# https://github.com/psf/black
37
line-length = 120

0 commit comments

Comments
 (0)