

[console_scripts]
edbob = edbob.commands:main

[gui_scripts]
edbobw = edbob.commands:main

[pyramid.scaffold]
edbob = edbob.pyramid.scaffolds:Template

[edbob.commands]
db = edbob.commands:DatabaseCommand
filemon = edbob.commands:FileMonitorCommand
shell = edbob.commands:ShellCommand
uuid = edbob.commands:UuidCommand

[edbob.db.extensions]
auth = edbob.db.extensions.auth:AuthExtension

