diff options
| author | Matej Cotman <cotman.matej@gmail.com> | 2014-06-16 14:02:51 +0200 |
|---|---|---|
| committer | Matej Cotman <cotman.matej@gmail.com> | 2014-06-16 14:02:51 +0200 |
| commit | 3ea2b1ee8651a83e1c10a0bbc6f34fbf1bdef642 (patch) | |
| tree | dd04b5108ef6b26d4293b07b002f3956ce57f082 | |
| parent | 7369fbd54c7a4441065490d2940e6de129cb1b98 (diff) | |
change package data paths
| -rw-r--r-- | setup.py | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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', ], }, |