Skip to content

Commit 55dd7aa

Browse files
committed
migrate to scikit-build-core
1 parent df22915 commit 55dd7aa

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pyproject.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
[build-system]
2-
requires = [
3-
"setuptools>=67.0.0",
4-
"scikit-build>=0.16.7",
2+
requires = [
3+
"scikit-build-core>=0.5",
54
"cmake>=3.20.0",
65
"ninja",
76
"setuptools_scm>=8",
87
]
9-
build-backend = "setuptools.build_meta"
8+
build-backend = "scikit_build_core.build"
109

1110
[project]
1211
name = "fpm"

0 commit comments

Comments
 (0)