summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMatej Cotman <cotman.matej@gmail.com>2014-06-16 14:02:51 +0200
committerMatej Cotman <cotman.matej@gmail.com>2014-06-16 14:02:51 +0200
commit3ea2b1ee8651a83e1c10a0bbc6f34fbf1bdef642 (patch)
treedd04b5108ef6b26d4293b07b002f3956ce57f082 /setup.py
parent7369fbd54c7a4441065490d2940e6de129cb1b98 (diff)
change package data paths
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/setup.py b/setup.py
index 79f2acc4..bfe5bbd6 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',
],
},