[charset.detectors]
mozilla = charset.detector:MozDetector
chardet = charset.detector:Detector
check = charset.detector:CheckDetector

[console_scripts]
charset = charset.cmd:CmdCharset.run

