We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcf1185 commit 7bcb8acCopy full SHA for 7bcb8ac
.github/CONTRIBUTING.md
@@ -189,7 +189,9 @@ usable as:
189
```python
190
from scikit_build_core.settings.skbuild_settings import SettingsReader
191
192
-settings_reader = SettingsReader(Path("pyproject.toml"), config_settings or {})
+settings_reader = SettingsReader.from_file(
193
+ Path("pyproject.toml"), config_settings or {}
194
+)
195
setting = settings_reader.settings
196
assert settings.cmake.minimum_version == "3.15"
197
assert settings.ninja.minimum_version == "1.5"
0 commit comments