commit: 55234d96b7260047e8b05e118916b126c276d596
parent: b6da893c7836ac290feeb02a44bd616869b5ce38
Author: Adam Tauber <asciimoo@gmail.com>
Date: Fri, 14 Nov 2014 11:03:59 +0100
Merge pull request #124 from matejc/oscarfix
change package data in setup.py for oscar theme
Diffstat:
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git 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'
],
},