From b8cd3264644208d7afa1a239f829222d45226334 Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Thu, 25 Feb 2021 17:42:52 +0100 Subject: Add searx_extra package Split the utils directory into: * searx_extra contains update scripts, standalone_searx.py * utils contains the files to build and setup searx. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4e451b7ca..9917da78b 100644 --- a/Makefile +++ b/Makefile @@ -195,8 +195,8 @@ PYLINT_FILES=\ searx/engines/google_videos.py \ searx/engines/google_images.py \ searx/engines/mediathekviewweb.py \ - utils/fetch_external_bangs.py \ - searx/engines/google_scholar.py + searx/engines/google_scholar.py \ + searx_extra/update/update_external_bangs.py test.pylint: pyenvinstall $(call cmd,pylint,$(PYLINT_FILES)) -- cgit v1.2.3