diff options
author | Adam Tauber <asciimoo@gmail.com> | 2014-09-06 13:51:44 +0200 |
---|---|---|
committer | Adam Tauber <asciimoo@gmail.com> | 2014-09-06 13:51:44 +0200 |
commit | f72255e3427b162459605a3df41b3077a87480dc (patch) | |
tree | 3a8a8589e04c2a2e16f505fa88ae284a045939a0 | |
parent | 24401c0e16592e847f5d423e1a30a7e6be8e3496 (diff) | |
download | searxng-f72255e3427b162459605a3df41b3077a87480dc.tar.gz searxng-f72255e3427b162459605a3df41b3077a87480dc.zip |
[enh] setup.py keywords
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', |