logo

searx

My custom branche(s) on searx, a meta-search engine
commit: 975b6b5b09b8b6366dc3103d04ca3636da927ebe
parent: edd9d311809d8f6eab5109f9cd899e7989bb42d5
Author: Adam Tauber <asciimoo@gmail.com>
Date:   Sat, 17 Jan 2015 20:21:58 +0100

Merge pull request #180 from Cqoicebordel/copy-all-files

Copy all the folders of 'static'

Diffstat:

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

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