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': [
'settings.yml',
'../README.rst',
'static/*/*',
'static/*/*/*',
'translations/*/*/*',
'templates/*.xml',
'templates/*.html',
'templates/result_templates/*.html',
'templates/*/*.xml',
'templates/*/*.html',
'templates/*/result_templates/*.html',
],
},