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

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

