From 37eb0fb1308bdbf78feb75d82e1e990c5b1bce64 Mon Sep 17 00:00:00 2001 From: Adam Tauber Date: Sun, 24 May 2015 21:13:29 +0200 Subject: [PATCH] [fix] data directory added to setup.py package_data --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 301ebb9c..6888ab2c 100644 --- a/setup.py +++ b/setup.py @@ -77,6 +77,7 @@ setup( 'searx': [ 'settings.yml', '../README.rst', + 'data/*', 'plugins/*/*', 'static/*.*', 'static/*/*.*',