logo

searx

My custom branche(s) on searx, a meta-search engine
commit: ce719ac50ca79cc423046ef7a32b8792a24dfe0b
parent: 111a86d355fe2fcbc714a478cb399ef47b79ec35
Author: Adam Tauber <asciimoo@gmail.com>
Date:   Fri,  8 Aug 2014 21:51:15 +0200

[enh] setup.py classifiers

Diffstat:

Msetup.py5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/setup.py b/setup.py @@ -19,7 +19,12 @@ setup( description="A privacy-respecting, hackable metasearch engine", long_description=long_description, classifiers=[ + "Development Status :: 4 - Beta", "Programming Language :: Python", + "Topic :: Internet", + "Topic :: Internet :: WWW/HTTP :: HTTP Servers", + "Topic :: Internet :: WWW/HTTP :: WSGI :: Application", + 'License :: OSI Approved :: GNU Affero General Public License v3' ], keywords='meta search engine', author='Adam Tauber',