[console_scripts]
md-to-excel = my_package.md_to_excel:main
md-to-excel-gui = my_package.md_to_excel_gui:main

[gui_scripts]
md-to-excel-gui-app = my_package.md_to_excel_gui:main
