Skip to content

Commit d109542

Browse files
Update setuptools version to the one that support pyproject.toml
1 parent 757778f commit d109542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ pytest = "pytest:console_main"
7070
[build-system]
7171
build-backend = "setuptools.build_meta"
7272
requires = [
73-
"setuptools>=45",
73+
"setuptools>=61",
7474
"setuptools-scm[toml]>=6.2.3",
7575
]
7676

0 commit comments

Comments
 (0)