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

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

