[console_scripts]
bound = bound.cli:main

[bound.collectors]
budget = bound.command_collector:BudgetCollector
command = bound.command_collector:CommandCollector
git = bound.command_collector:GitCollector
junit = bound.command_collector:JUnitCollector
process-runtime = bound.command_collector:ProcessRuntimeCollector
pytest = bound.command_collector:PytestCollector
