Skip to content

Commit c00c66c

Browse files
authored
gh-42: setuptools minimum version (#43)
Require the minimum setuptools version for reading pyproject.toml at build time. Closes: #42
1 parent 1e3ea74 commit c00c66c

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
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools", "wheel", "oldest-supported-numpy"]
2+
requires = ["setuptools >= 61.0", "oldest-supported-numpy"]
33
build-backend = "setuptools.build_meta"
44

55
[project]

0 commit comments

Comments
 (0)