diff options
-rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -77,15 +77,15 @@ setup( 'searx': [ 'settings.yml', '../README.rst', + 'plugins/*/*', 'static/*.*', 'static/*/*.*', 'static/*/*/*.*', 'static/*/*/*/*.*', 'static/*/*/*/*/*.*', - 'translations/*/*/*', 'templates/*/*.*', 'templates/*/*/*.*', - 'https_rules/*.xml' + 'translations/*/*/*' ], }, |