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

[carthorse.version_from]
poetry=carthorse.version_from:poetry
setup.py=carthorse.version_from:setup_py

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

[console_scripts]
carthorse=carthorse.cli:main

