diff --git a/MANIFEST.in b/MANIFEST.in index b795f39..525b5e6 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -6,3 +6,4 @@ recursive-include hudsonthames_sphinx_theme *.py recursive-include hudsonthames_sphinx_theme *.html recursive-include hudsonthames_sphinx_theme *.css recursive-include hudsonthames_sphinx_theme *.conf +recursive-include hudsonthames_sphinx_theme *.png diff --git a/setup.py b/setup.py index 99d0403..f713f41 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ ]}, include_package_data=True, # See https://smobsc.readthedocs.io/en/stable/theming.html#distribute-your-theme-as-a-python-package - entry_points = { + entry_points={ 'sphinx.html_themes': [ 'hudsonthames_sphinx_theme = hudsonthames_sphinx_theme', ]