[distutils.commands]
lint = starterpyth.commands.lint:Lint
profiling = starterpyth.commands.profiling:Profiling
pseudo_l10n = starterpyth.commands.pseudo_l10n:PseudoL10N
compilemessages = starterpyth.commands.compilemessages:CompileMessages
gen_doc = starterpyth.commands.gen_doc:GenDoc
dependencies = starterpyth.commands.dependencies:Dependencies
gen_doc_api = starterpyth.commands.gen_doc_api:GenDocApi
doctest = starterpyth.commands.doc_test:DocTest
makemessages = starterpyth.commands.makemessages:MakeMessages

[console_scripts]
starterpyth-bin = starterpyth.core:main

