From 1e035972705eae7e0306be26824f452f3249af36 Mon Sep 17 00:00:00 2001 From: Valentin Oliver Melberg Loftsson <23453691+valentinoli@users.noreply.github.com> Date: Fri, 26 Sep 2025 13:24:23 +0200 Subject: [PATCH] docs: update list of build hook plugins --- docs/plugins/build-hook/reference.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/plugins/build-hook/reference.md b/docs/plugins/build-hook/reference.md index e8634a576..9dca4cd47 100644 --- a/docs/plugins/build-hook/reference.md +++ b/docs/plugins/build-hook/reference.md @@ -14,6 +14,7 @@ A build hook provides code that will be executed at various stages of the build - [hatch-jupyter-builder](https://github.com/jupyterlab/hatch-jupyter-builder) - used for packages in the Project Jupyter ecosystem - [hatch-mypyc](https://github.com/ofek/hatch-mypyc) - compiles code with [Mypyc](https://github.com/mypyc/mypyc) - [hatch-odoo](https://github.com/acsone/hatch-odoo) - package Odoo add-ons into the appropriate namespace +- [hatch-project-name](https://github.com/valentinoli/hatch-project-name/) - writes the project name to a file - [scikit-build-core](https://github.com/scikit-build/scikit-build-core) - build extension modules with CMake ## Overview