From 0410d26cc577f181e5ab9bbc1b74ce3e0323abae Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Mon, 31 Oct 2022 22:26:54 -0400 Subject: [PATCH] docs: link to a few more examples Signed-off-by: Henry Schreiner --- README.md | 3 +++ pyproject.toml | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 999fa1c1..608f6054 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,9 @@ need to install everything you want into the full final path inside site-modules > PyPy. And PyPy doesn't support skipping the SOABI to avoid clashes with > CPython. Pybind11's `pybind11_add_module` handles this correctly for you. +More examples are in the +[tests/packages](https://github.com/scikit-build/scikit-build-core/tree/main/tests/packages). + ## Acknowledgements Support for this work was provided by NSF cooperative agreement [OAC-2209877][]. diff --git a/pyproject.toml b/pyproject.toml index 504af0fe..ff0a40d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,8 @@ docs = [ ] [project.urls] -homepage = "https://github.com/scikit-build/scikit-build-core" +Homepage = "https://github.com/scikit-build/scikit-build-core" +Examples = "https://github.com/scikit-build/scikit-build-core/tree/main/tests/packages" [tool.hatch]