Skip to content

Commit 0f36ab9

Browse files
MNT: Apply repo-review rule PP002
PP002: Has a proper build-system table Must have `build-system.requires` and `build-system.backend`. Both should be present in all modern packages.
1 parent 4d1352a commit 0f36ab9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[build-system]
22
requires = ["setuptools >= 30.3.0", "wheel"]
3+
build-backend = "setuptools.build_meta"
34

45
[tool.black]
56
skip-string-normalization = true

0 commit comments

Comments
 (0)