pypa-hatch/hatch/publish/plugin/hooks.py

9 lines
141 B
Python

from hatchling.plugin import hookimpl
from ..pypi import PyPIPublisher
@hookimpl
def hatch_register_publisher():
return PyPIPublisher