From aeb7c213f0a7a9d6fc3120b56de588589992b5a7 Mon Sep 17 00:00:00 2001 From: PanPip Date: Thu, 22 Apr 2021 17:40:04 +0200 Subject: [PATCH] Adjusted config files and version release --- MANIFEST.in | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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', ]