Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/migration_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ may be out of date.
installations of the tools by default, which allows compatibility with systems
where binaries are not available on PyPI but can be installed from elsewhere.
Instead, set the minimum required versions in the `[tool.scikit-build]` table:
`cmake.minimum-required` and `ninja.minimum-required`.
`cmake.minimum-version` and `ninja.minimum-version`.
- You must fill out the `tool.scikit-build` table in pyproject.toml, see
[getting started](./getting_started.md) for more information.
- If your project is primarily configured using setup.py or setup.cfg, you will
Expand Down