From 858fdf33de5a84f79b1f9cdf521c1979b4bb4be3 Mon Sep 17 00:00:00 2001 From: Daniel Copley Date: Wed, 12 Feb 2025 11:24:28 -0500 Subject: [PATCH] docs: add hatch-minify to list of known build hooks --- 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..d0927ee57 100644 --- a/docs/plugins/build-hook/reference.md +++ b/docs/plugins/build-hook/reference.md @@ -12,6 +12,7 @@ A build hook provides code that will be executed at various stages of the build - [hatch-cython](https://github.com/joshua-auchincloss/hatch-cython) - build [Cython](https://github.com/cython/cython) extensions - [hatch-gettext](https://github.com/damonlynch/hatch-gettext) - compiles multi-lingual messages with GNU `gettext` tools - [hatch-jupyter-builder](https://github.com/jupyterlab/hatch-jupyter-builder) - used for packages in the Project Jupyter ecosystem +- [hatch-minify](https://github.com/djcopley/hatch-minify) - minifies python with [python-minifier](https://github.com/dflook/python-minifier) - [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 - [scikit-build-core](https://github.com/scikit-build/scikit-build-core) - build extension modules with CMake