Skip to content

Commit 638fa1e

Browse files
committed
Add build-system to pyproject.toml
1 parent 17b703b commit 638fa1e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pyproject.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
[build-system]
2+
requires = [
3+
# sync with setup.py until we discard non-pep-517/518
4+
"setuptools>=40.0",
5+
"setuptools-scm",
6+
"wheel",
7+
]
8+
build-backend = "setuptools.build_meta"
9+
110
[tool.black]
211
line-length = 88
312
target-version = ['py37']

0 commit comments

Comments
 (0)