Browse Source

change package data in setup.py for oscar theme

Matej Cotman 10 years ago
parent
commit
c511b6fda8
1 changed files with 6 additions and 5 deletions
  1. 6 5
      setup.py

+ 6 - 5
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'
         ],
     },