mirror of https://github.com/pypa/hatch.git
1.1 KiB
1.1 KiB
Metadata hook plugins
Metadata hooks allow for the modification of project metadata after it has been loaded.
Known third-party
- hatch-docstring-description - set the project description using docstrings
- hatch-fancy-pypi-readme - dynamically construct the README
- hatch-nodejs-version - uses fields from NodeJS
package.json
files - hatch-odoo - determine dependencies based on manifests of Odoo add-ons
- hatch-requirements-txt - read project dependencies from
requirements.txt
files - UniDep - for unified
pip
andconda
dependency management using a singlerequirements.yaml
file for both
::: hatchling.metadata.plugin.interface.MetadataHookInterface options: members: - PLUGIN_NAME - root - config - update - get_known_classifiers