From c511b6fda8496e172a5185d48063b446ea3f4dcc Mon Sep 17 00:00:00 2001 From: Matej Cotman Date: Fri, 14 Nov 2014 10:24:40 +0100 Subject: [PATCH] change package data in setup.py for oscar theme --- setup.py | 11 ++++++----- 1 file 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' ], },