Skip to content

Commit 260b98d

Browse files
committed
chore: min version of setuptools
1 parent 7987677 commit 260b98d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
[build-system]
22
requires = [
33
"scikit-build",
4-
"setuptools",
4+
"setuptools>=42",
55
"wheel"
66
]
7-
requires = ["setuptools", "wheel", "scikit-build", "ninja"]
87
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)