diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2014-06-16 14:16:38 +0200 |
|---|---|---|
| committer | Adam Tauber <asciimoo@gmail.com> | 2014-06-16 14:16:38 +0200 |
| commit | b44643222f85764399a4eac72541783eb8c2868f (patch) | |
| tree | dd04b5108ef6b26d4293b07b002f3956ce57f082 | |
| parent | 7369fbd54c7a4441065490d2940e6de129cb1b98 (diff) | |
| parent | 3ea2b1ee8651a83e1c10a0bbc6f34fbf1bdef642 (diff) | |
Merge pull request #72 from matejc/fixsdist
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', ], }, |