Skip to content

Commit cc8da7a

Browse files
Copilothzhangxyz
andauthored
Fix scikit-build-core warning: use build.targets instead of cmake.targets (#47)
* Initial plan * Fix scikit-build-core warning: use build.targets instead of deprecated cmake.targets Co-authored-by: hzhangxyz <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: hzhangxyz <[email protected]>
1 parent 8a31f11 commit cc8da7a

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
@@ -27,7 +27,7 @@ fallback_version = "0.0.0"
2727
[tool.scikit-build]
2828
wheel.exclude = [".gitignore", "ds.cc"]
2929
metadata.version.provider = "scikit_build_core.metadata.setuptools_scm"
30-
cmake.targets = ["apyds"]
30+
build.targets = ["apyds"]
3131
build.verbose = true
3232

3333
[project.optional-dependencies]

0 commit comments

Comments
 (0)