We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3245228 commit 362a5a1Copy full SHA for 362a5a1
README.md
@@ -48,8 +48,8 @@ Features over classic Scikit-build:
48
- No dependency on setuptools, distutils, or wheel in build mode.
49
- Powerful config system, including config options support in build mode.
50
- Automatic inclusion of site-packages in `CMAKE_PREFIX_PATH`
51
-- FindPython is backported if running on CMake 3.24 (included via hatchling in a
52
- submodule)
+- FindPython is backported if running on CMake < 3.24 (included via hatchling in
+ a submodule, configurable)
53
- Limited API / Stable ABI and pythonless tags supported via config option
54
- No slow generator search, ninja/make or MSVC used by default, respects
55
`CMAKE_GENERATOR`
0 commit comments