Skip to content

Commit 4ff7559

Browse files
authored
Merge pull request #26 from jcfr/support-pep-518
Add pyproject.toml to ensure pip will download scikit-build when building from source
2 parents a92f57c + fd854f6 commit 4ff7559

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[build-system]
2+
requires = ["setuptools", "wheel", "scikit-build"]

0 commit comments

Comments
 (0)