Skip to content

Commit 74ac1a3

Browse files
authored
Apply suggestions from code review
1 parent 8c2589d commit 74ac1a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/configuration/search_paths.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ the `site-packages` folder where the project will be installed or the build
113113
isolation's `site-packages` folder. This default can be disabled by setting
114114

115115
```toml
116-
[tool.scikit-build.search]
117-
site-packages = false
116+
[tool.scikit-build]
117+
search.site-packages = false
118118
```
119119

120120
Additionally, scikit-build-core reads the entry-point `cmake.prefix` of the

0 commit comments

Comments
 (0)