diff --git a/setup.py b/setup.py index 79f2acc4..bfe5bbd6 100644 --- a/setup.py +++ b/setup.py @@ -61,11 +61,11 @@ setup( 'searx': [ 'settings.yml', '../README.rst', - 'static/*/*', + 'static/*/*/*', 'translations/*/*/*', - 'templates/*.xml', - 'templates/*.html', - 'templates/result_templates/*.html', + 'templates/*/*.xml', + 'templates/*/*.html', + 'templates/*/result_templates/*.html', ], },