logo

searx

My custom branche(s) on searx, a meta-search engine
commit: 37eb0fb1308bdbf78feb75d82e1e990c5b1bce64
parent: 3035e14007ebf19e2ae7e5d6e82e6587b90a7551
Author: Adam Tauber <asciimoo@gmail.com>
Date:   Sun, 24 May 2015 21:13:29 +0200

[fix] data directory added to setup.py package_data

Diffstat:

Msetup.py1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/setup.py b/setup.py @@ -77,6 +77,7 @@ setup( 'searx': [ 'settings.yml', '../README.rst', + 'data/*', 'plugins/*/*', 'static/*.*', 'static/*/*.*',