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

8 lines
141 B
Python

from ....plugin import hookimpl
from ..custom import CustomBuildHook
@hookimpl
def hatch_register_build_hook():
return CustomBuildHook