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

[console_scripts]
attest = attest.run:main

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

