From 4ea03de11d71e0fb28e422ef44690c48879a7da1 Mon Sep 17 00:00:00 2001 From: Cqoicebordel Date: Sat, 17 Jan 2015 20:16:34 +0100 Subject: [PATCH] Copy all the folders of 'static' Copy the new generic themes folders, with js, font, and css --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 1c1a19dd..fcbbfb72 100644 --- a/setup.py +++ b/setup.py @@ -72,6 +72,8 @@ setup( 'searx': [ 'settings.yml', '../README.rst', + 'static/*.*', + 'static/*/*.*', 'static/*/*/*.*', 'static/*/*/*/*.*', 'static/*/*/*/*/*.*',