From f72255e3427b162459605a3df41b3077a87480dc Mon Sep 17 00:00:00 2001 From: Adam Tauber Date: Sat, 6 Sep 2014 13:51:44 +0200 Subject: [PATCH] [enh] setup.py keywords --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 92a5223d..7048fa22 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ setup( "Topic :: Internet :: WWW/HTTP :: WSGI :: Application", 'License :: OSI Approved :: GNU Affero General Public License v3' ], - keywords='meta search engine', + keywords='metasearch searchengine search web http', author='Adam Tauber', author_email='asciimoo@gmail.com', url='https://github.com/asciimoo/searx',