Browse Source

change package data paths

Matej Cotman 11 years ago
parent
commit
3ea2b1ee86
1 changed files with 4 additions and 4 deletions
  1. 4 4
      setup.py

+ 4 - 4
setup.py

@@ -61,11 +61,11 @@ setup(
         'searx': [
             'settings.yml',
             '../README.rst',
-            'static/*/*',
+            'static/*/*/*',
             'translations/*/*/*',
-            'templates/*.xml',
-            'templates/*.html',
-            'templates/result_templates/*.html',
+            'templates/*/*.xml',
+            'templates/*/*.html',
+            'templates/*/result_templates/*.html',
         ],
     },