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

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

[console_scripts]
attest = attest.run:main

