logo

searx

My custom branche(s) on searx, a meta-search engine
commit: 333b6759ace92e4e16279dc200c3ed53c37446f0
parent: b6de23f540fc47099303eca82727128957136ea8
Author: Adam Tauber <asciimoo@gmail.com>
Date:   Tue, 19 May 2015 08:37:03 +0200

[fix] setup.py package data update - fixes #323

Diffstat:

Msetup.py4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/setup.py b/setup.py @@ -77,15 +77,15 @@ setup( 'searx': [ 'settings.yml', '../README.rst', + 'plugins/*/*', 'static/*.*', 'static/*/*.*', 'static/*/*/*.*', 'static/*/*/*/*.*', 'static/*/*/*/*/*.*', - 'translations/*/*/*', 'templates/*/*.*', 'templates/*/*/*.*', - 'https_rules/*.xml' + 'translations/*/*/*' ], },