Skip to content

Commit

Permalink
Fix error in config names (#453)
Browse files Browse the repository at this point in the history
Self explanatory. I followed the migration guide as written and got an
error.
  • Loading branch information
jpn-- authored Aug 8, 2023
1 parent ad3df9e commit a4bd3d3
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit a4bd3d3

Please sign in to comment.