summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/setup.py b/setup.py
index 79f2acc42..bfe5bbd67 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',
],
},