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]