[console_scripts]
turnstile = turnstile.manager:manager
zalando-turnstile-commit-msg = turnstile.commit_msg:commit_msg
zalando-turnstile-pre-commit = turnstile.pre_commit:pre_commit

[turnstile.commands]
config = turnstile.manager_subcommands.config
install = turnstile.manager_subcommands.install
open-spec = turnstile.manager_subcommands.open_spec
remove = turnstile.manager_subcommands.remove
specification = turnstile.manager_subcommands.specification
upgrade = turnstile.manager_subcommands.upgrade
version = turnstile.manager_subcommands.version

[turnstile.commit_msg]
branch_pattern = turnstile.checks.commit_msg.branch_pattern
branch_release = turnstile.checks.commit_msg.branch_release
branch_type = turnstile.checks.commit_msg.branch_type
protect_master = turnstile.checks.commit_msg.protect_master
specification = turnstile.checks.commit_msg.specification

