Skip to content

Commit e377e35

Browse files
author
Joseph G. Shuttleworth
committed
Fix pyproject.toml syntax
1 parent 495502b commit e377e35

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[build-system]
22
requires = [
3-
"setuptools>=61",
4-
"wheel"
5-
"setuptools_scm[toml]>=8.0",
3+
"setuptools>=61",
4+
"wheel",
5+
"setuptools_scm[toml]>=8.0",
66
]
7-
7+
88
build-backend = "setuptools.build_meta"
99

1010
[tool.setuptools_scm]

0 commit comments

Comments
 (0)