[console_scripts]
nb2py = notebook_converter.cli:main
notebook-to-code = notebook_converter.cli:main

[notebook_converter.plugins]
default_theme = notebook_converter.plugins.themes.default:DefaultTheme
minimal_theme = notebook_converter.plugins.themes.minimal:MinimalTheme
