From 3fe81b777a3e02951395f992a5b867a1f4c2dc79 Mon Sep 17 00:00:00 2001 From: Yue Yang Date: Thu, 1 Jun 2023 21:46:28 +0800 Subject: [PATCH] Update README.md to mention scikit-build-core --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b1eac79..0ed2296 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ nanobind_example This repository contains a tiny project showing how to create C++ bindings using [nanobind](https://github.com/wjakob/nanobind) and -[scikit-build](https://scikit-build.readthedocs.io/en/latest/index.html). It +[scikit-build-core](https://scikit-build-core.readthedocs.io/en/latest/index.html). It was derived from the corresponding _pybind11_ [example project](https://github.com/pybind/cmake_example/) developed by [@henryiii](https://github.com/henryiii).