[attest.reporters]
auto = attest:auto_reporter
fancy = attest:FancyReporter
plain = attest:PlainReporter
quickfix = attest:QuickFixReporter
xml = attest:XmlReporter
xunit = attest:XUnitReporter

[console_scripts]
attest = attest.run:main

[pygments.styles]
attest = attest.pygments:Attest

