Skip to content

Commit 04aa700

Browse files
authored
Merge pull request #120 from scikit-build/add-pyproject-toml
Add pyproject.toml to specify build requirements for CMake wheels
2 parents 62f6360 + a05284d commit 04aa700

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pyproject.toml

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

0 commit comments

Comments
 (0)