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

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',
],
},