From b44b21747f7cf1d8d6aca5ca749809826df6c4f7 Mon Sep 17 00:00:00 2001 From: Nivesh Krishna Date: Wed, 15 Jun 2022 23:51:50 +0530 Subject: [PATCH] Update setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 61227d199..304598647 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,6 @@ # -*- coding: utf-8 -*- """Installer for Searx package.""" +# Test auto sync from setuptools import setup from setuptools import find_packages -- GitLab