[aegis_qa.steps]
discover = aegis_qa.workflows.steps.discover:DiscoverStep
report = aegis_qa.workflows.steps.report:ReportStep
submit_bugs = aegis_qa.workflows.steps.submit_bugs:SubmitBugsStep
test = aegis_qa.workflows.steps.test:RunTestsStep
verify = aegis_qa.workflows.steps.verify:VerifyStep

[console_scripts]
aegis = aegis_qa.cli:main
