We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1d754c commit 2d3ea7cCopy full SHA for 2d3ea7c
1 file changed
README.md
@@ -37,6 +37,9 @@ platform = { Platform, either "linux", "darwin", or "win32" }
37
38
See the [test cases](./hatch_cpp/tests/) for more concrete examples.
39
40
+`hatch-cpp` is driven by [pydantic](https://docs.pydantic.dev/latest/) models for configuration and execution of the build.
41
+These models can themselves be overridden by setting `build-config-class` / `build-plan-class`.
42
+
43
### Library Arguments
44
45
```toml
0 commit comments