logo

searx

My custom branche(s) on searx, a meta-search engine git clone https://hacktivis.me/git/searx.git
commit: 3ea2b1ee8651a83e1c10a0bbc6f34fbf1bdef642
parent 7369fbd54c7a4441065490d2940e6de129cb1b98
Author: Matej Cotman <cotman.matej@gmail.com>
Date:   Mon, 16 Jun 2014 14:02:51 +0200

change package data paths

Diffstat:

Msetup.py8++++----
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', ], },