Merge pull request #72 from matejc/fixsdist

change package data paths
This commit is contained in:
Adam Tauber 2014-06-16 14:16:38 +02:00
commit b44643222f
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',
],
},