From 3a36015b5255dd8f2f3bc5899f026d0f08bcef0e Mon Sep 17 00:00:00 2001 From: Max Magorsch Date: Sun, 19 Jan 2020 00:12:50 +0100 Subject: Add package_data in the setup.py Signed-off-by: Max Magorsch --- setup.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/setup.py b/setup.py index 1ea369a..460acbc 100644 --- a/setup.py +++ b/setup.py @@ -17,6 +17,12 @@ setup( author_email="max@magorsch.de", url="https://github.com/mmagorsc/tyrian_sphinx_theme", packages=["tyrian_sphinx_theme"], + package_data={'tyrian_sphinx_theme': [ + 'theme.conf', + '*.html', + 'static/*.css', + 'static/*.css_t' + ]}, include_package_data=True, entry_points={"sphinx.html_themes": ["tyrian_sphinx_theme = tyrian_sphinx_theme"]}, classifiers=[ -- cgit v1.2.3-65-gdbad