OvertureMaps / OvertureMaps/schema
Model examples in `pyproject.toml` are lost for installed (non-editable) packages
Open
@RoelBollens-TomTom is already working on this.
Since Aug 19, 2026.
- Dominant language
- Python
- Stars
- 213
- Forks
- 22
- Avg merge
- 3d 3h
- Merged PRs (30d)
- 31
Description
Examples for discovered models live in custom [[examples.<Model>]] tables in each package's pyproject.toml. The markdown codegen locates this file by walking up from the model's source file. Because wheels do not include pyproject.toml, this lookup can read an unrelated pyproject.toml higher in the directory tree or reach the filesystem root without finding one.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.