[console_scripts]
bar = other_module:some_func
setup_db = module_a.setup_db:initialize_database

[gui_scripts]
baz = my_package_gui.start_func

