summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 6ecbca23c..301ebb9c7 100644
--- a/setup.py
+++ b/setup.py
@@ -77,15 +77,15 @@ setup(
'searx': [
'settings.yml',
'../README.rst',
+ 'plugins/*/*',
'static/*.*',
'static/*/*.*',
'static/*/*/*.*',
'static/*/*/*/*.*',
'static/*/*/*/*/*.*',
- 'translations/*/*/*',
'templates/*/*.*',
'templates/*/*/*.*',
- 'https_rules/*.xml'
+ 'translations/*/*/*'
],
},