Skip to content

Commit ab037d7

Browse files
authored
Merge pull request #114 from henryiii/feat/pyproject.toml
feat: download scikit-build when building from source
2 parents e1b36f4 + a91c5bf commit ab037d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

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

0 commit comments

Comments
 (0)