[console_scripts]
djehuty = djehuty.app:main

[djehuty.commands]
commands = djehuty.command.commands:Commands
yo = djehuty.command.yo:Yo

[pyramid.scaffold]
djehuty_command = djehuty.scaffolds:CommandTemplate
djehuty_server = djehuty.scaffolds:ServerTemplate
djehuty_service = djehuty.scaffolds:ServiceTemplate

