From d0b158beea51dd7446398e717de63ccbfaa0f197 Mon Sep 17 00:00:00 2001 From: Jeffrey Newman Date: Tue, 8 Aug 2023 16:07:09 -0500 Subject: [PATCH] Fix error in config names --- docs/migration_guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/migration_guide.md b/docs/migration_guide.md index b649af1e8..5ccbf5c7e 100644 --- a/docs/migration_guide.md +++ b/docs/migration_guide.md @@ -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