diff options
author | Matej Cotman <cotman.matej@gmail.com> | 2014-11-14 10:24:40 +0100 |
---|---|---|
committer | Matej Cotman <cotman.matej@gmail.com> | 2014-11-14 10:24:40 +0100 |
commit | c511b6fda8496e172a5185d48063b446ea3f4dcc (patch) | |
tree | ecf5b738af7807b1a583967ab61c1b85cfaeafd5 | |
parent | b6da893c7836ac290feeb02a44bd616869b5ce38 (diff) | |
download | searxng-c511b6fda8496e172a5185d48063b446ea3f4dcc.tar.gz searxng-c511b6fda8496e172a5185d48063b446ea3f4dcc.zip |
change package data in setup.py for oscar theme
-rw-r--r-- | setup.py | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -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' ], }, |