commit: b44643222f85764399a4eac72541783eb8c2868f
parent: 7369fbd54c7a4441065490d2940e6de129cb1b98
Author: Adam Tauber <asciimoo@gmail.com>
Date: Mon, 16 Jun 2014 14:16:38 +0200
Merge pull request #72 from matejc/fixsdist
change package data paths
Diffstat:
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/setup.py b/setup.py
@@ -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',
],
},