pypa-hatch/backend/hatchling/metadata/plugin/hooks.py

8 lines
149 B
Python

from ...plugin import hookimpl
from ..custom import CustomMetadataHook
@hookimpl
def hatch_register_metadata_hook():
return CustomMetadataHook