commit: c511b6fda8496e172a5185d48063b446ea3f4dcc
parent b6da893c7836ac290feeb02a44bd616869b5ce38
Author: Matej Cotman <cotman.matej@gmail.com>
Date: Fri, 14 Nov 2014 10:24:40 +0100
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'
],
},