change package data in setup.py for oscar theme

This commit is contained in:
Matej Cotman 2014-11-14 10:24:40 +01:00
parent b6da893c78
commit c511b6fda8
1 changed files with 6 additions and 5 deletions

View File

@ -66,12 +66,13 @@ setup(
'searx': [ 'searx': [
'settings.yml', 'settings.yml',
'../README.rst', '../README.rst',
'static/*/*/*', 'static/*/*/*.*',
'static/*/*/*/*.*',
'static/*/*/*/*/*.*',
'translations/*/*/*', 'translations/*/*/*',
'templates/*/*.xml', 'templates/*/*.*',
'templates/*/*.html', 'templates/*/*/*.*',
'https_rules/*.xml', 'https_rules/*.xml'
'templates/*/result_templates/*.html',
], ],
}, },