change package data paths

This commit is contained in:
Matej Cotman 2014-06-16 14:02:51 +02:00
parent 7369fbd54c
commit 3ea2b1ee86
1 changed files with 4 additions and 4 deletions

View File

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