pypa-hatch/backend/hatchling/version/source/plugin/hooks.py

8 lines
136 B
Python

from ....plugin import hookimpl
from ..regex import RegexSource
@hookimpl
def hatch_register_version_source():
return RegexSource