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

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

