From 333b6759ace92e4e16279dc200c3ed53c37446f0 Mon Sep 17 00:00:00 2001 From: Adam Tauber Date: Tue, 19 May 2015 08:37:03 +0200 Subject: [PATCH] [fix] setup.py package data update - fixes #323 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 6ecbca23..301ebb9c 100644 --- 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/*/*/*' ], },