[carthorse.actions]
create-tag = carthorse.actions:create_tag
run = carthorse.actions:run
update-major-tag = carthorse.actions:update_major_tag

[carthorse.version_from]
env = carthorse.version_from:env
file = carthorse.version_from:file
flit = carthorse.version_from:flit
none = carthorse.version_from:none
poetry = carthorse.version_from:poetry
pyproject = carthorse.version_from:pyproject
setup.py = carthorse.version_from:setup_py

[carthorse.when]
always = carthorse.when:always
never = carthorse.when:never
version-not-tagged = carthorse.when:version_not_tagged

[console_scripts]
carthorse = carthorse.cli:main
