summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py11
1 files changed, 6 insertions, 5 deletions
diff --git a/setup.py b/setup.py
index 0053ca8b8..da3d1b6a4 100644
--- a/setup.py
+++ b/setup.py
@@ -66,12 +66,13 @@ setup(
'searx': [
'settings.yml',
'../README.rst',
- 'static/*/*/*',
+ 'static/*/*/*.*',
+ 'static/*/*/*/*.*',
+ 'static/*/*/*/*/*.*',
'translations/*/*/*',
- 'templates/*/*.xml',
- 'templates/*/*.html',
- 'https_rules/*.xml',
- 'templates/*/result_templates/*.html',
+ 'templates/*/*.*',
+ 'templates/*/*/*.*',
+ 'https_rules/*.xml'
],
},