Skip to content

Commit e172229

Browse files
committed
format: build-system requirements in pyproject.toml
1 parent ac0b897 commit e172229

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

pyproject.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
[build-system]
2-
requires = [
3-
"setuptools >= 45",
4-
"wheel",
5-
"setuptools_scm[toml] >= 7.0",
6-
]
2+
requires = ["setuptools >= 45", "wheel", "setuptools_scm[toml] >= 7.0"]
73
build-backend = "setuptools.build_meta"
84

95
[tool.setuptools_scm]

0 commit comments

Comments
 (0)