Skip to content

Commit c7575ad

Browse files
Add hatch-project-name to list of build hook plugins (#2062)
docs: update list of build hook plugins Co-authored-by: Cary Hawkins <hawkinscary23@gmail.com>
1 parent 4776f11 commit c7575ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/plugins/build-hook/reference.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ A build hook provides code that will be executed at various stages of the build
1414
- [hatch-jupyter-builder](https://github.com/jupyterlab/hatch-jupyter-builder) - used for packages in the Project Jupyter ecosystem
1515
- [hatch-mypyc](https://github.com/ofek/hatch-mypyc) - compiles code with [Mypyc](https://github.com/mypyc/mypyc)
1616
- [hatch-odoo](https://github.com/acsone/hatch-odoo) - package Odoo add-ons into the appropriate namespace
17+
- [hatch-project-name](https://github.com/valentinoli/hatch-project-name/) - writes the project name to a file
1718
- [scikit-build-core](https://github.com/scikit-build/scikit-build-core) - build extension modules with CMake
1819

1920
## Overview

0 commit comments

Comments
 (0)