[console_scripts]
aedesc = auto_editor.subcommands.desc:main
aegrep = auto_editor.subcommands.grep:main
aeinfo = auto_editor.subcommands.info:main
aelevels = auto_editor.subcommands.levels:main
aesubdump = auto_editor.subcommands.subdump:main
auto-editor = auto_editor.__main__:main

