diff --git a/setup.py b/setup.py index bae30fb40..cfc780634 100644 --- a/setup.py +++ b/setup.py @@ -60,10 +60,8 @@ setup( 'data/*.ftz', 'favicons/*.toml', 'infopage/*/*', - 'static/themes/simple/css/*', - 'static/themes/simple/css/*/*', - 'static/themes/simple/img/*', - 'static/themes/simple/js/*', + 'static/themes/*', + 'static/themes/*/*', 'templates/*/*', 'templates/*/*/*', 'translations/*',