Skip to content

Commit 2d3ea7c

Browse files
committed
Add more configuration information to readme
1 parent e1d754c commit 2d3ea7c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ platform = { Platform, either "linux", "darwin", or "win32" }
3737

3838
See the [test cases](./hatch_cpp/tests/) for more concrete examples.
3939

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+
4043
### Library Arguments
4144

4245
```toml

0 commit comments

Comments
 (0)