summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Tauber <asciimoo@gmail.com>2014-06-16 14:16:38 +0200
committerAdam Tauber <asciimoo@gmail.com>2014-06-16 14:16:38 +0200
commitb44643222f85764399a4eac72541783eb8c2868f (patch)
treedd04b5108ef6b26d4293b07b002f3956ce57f082
parent7369fbd54c7a4441065490d2940e6de129cb1b98 (diff)
parent3ea2b1ee8651a83e1c10a0bbc6f34fbf1bdef642 (diff)
Merge pull request #72 from matejc/fixsdist
change package data paths
-rw-r--r--setup.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/setup.py b/setup.py
index 79f2acc42..bfe5bbd67 100644
--- 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',
],
},