From 1090522dc2dd071a7485e3af93487c92a9a30ddc Mon Sep 17 00:00:00 2001 From: Matthew Feickert Date: Fri, 8 Sep 2023 12:25:52 -0500 Subject: [PATCH] docs: Update binary projects recommendation to scikit-build * Recommend scikit-build-core + pybind11. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8600071a..85b0c032 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,8 @@ During generation you can select from the following backends for your package: versioning) **(Recommended for Rust projects)** Currently, the best choice is probably hatch for pure Python projects, and -setuptools (such as the pybind11 choice) for binary projects. +scikit-build (such as the scikit-build-core + pybind11 choice) for binary +projects. #### To use (modern copier version)