diff --git a/setup.py b/setup.py index 6ecbca23..301ebb9c 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/*/*/*' ], },