mirror of https://github.com/pypa/hatch.git
843 B
843 B
Metadata hook plugins
Metadata hooks allow for the modification of project metadata after it has been loaded.
Known third-party
- 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
::: hatchling.metadata.plugin.interface.MetadataHookInterface options: members: - PLUGIN_NAME - root - config - update - get_known_classifiers