summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMatej Cotman <cotman.matej@gmail.com>2014-11-14 10:24:40 +0100
committerMatej Cotman <cotman.matej@gmail.com>2014-11-14 10:24:40 +0100
commitc511b6fda8496e172a5185d48063b446ea3f4dcc (patch)
treeecf5b738af7807b1a583967ab61c1b85cfaeafd5 /setup.py
parentb6da893c7836ac290feeb02a44bd616869b5ce38 (diff)
change package data in setup.py for oscar theme
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py11
1 files changed, 6 insertions, 5 deletions
diff --git a/setup.py b/setup.py
index 0053ca8b..da3d1b6a 100644
--- a/setup.py
+++ b/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'
],
},