Browse Source

[fix] setup.py package data update - fixes #323

Adam Tauber 10 years ago
parent
commit
333b6759ac
1 changed files with 2 additions and 2 deletions
  1. 2 2
      setup.py

+ 2 - 2
setup.py

@@ -77,15 +77,15 @@ setup(
         'searx': [
         'searx': [
             'settings.yml',
             'settings.yml',
             '../README.rst',
             '../README.rst',
+            'plugins/*/*',
             'static/*.*',
             'static/*.*',
             'static/*/*.*',
             'static/*/*.*',
             'static/*/*/*.*',
             'static/*/*/*.*',
             'static/*/*/*/*.*',
             'static/*/*/*/*.*',
             'static/*/*/*/*/*.*',
             'static/*/*/*/*/*.*',
-            'translations/*/*/*',
             'templates/*/*.*',
             'templates/*/*.*',
             'templates/*/*/*.*',
             'templates/*/*/*.*',
-            'https_rules/*.xml'
+            'translations/*/*/*'
         ],
         ],
     },
     },