mirror of https://github.com/searxng/searxng.git
[enh] setup.py classifiers
This commit is contained in:
parent
111a86d355
commit
ce719ac50c
5
setup.py
5
setup.py
|
@ -19,7 +19,12 @@ setup(
|
||||||
description="A privacy-respecting, hackable metasearch engine",
|
description="A privacy-respecting, hackable metasearch engine",
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
classifiers=[
|
classifiers=[
|
||||||
|
"Development Status :: 4 - Beta",
|
||||||
"Programming Language :: Python",
|
"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',
|
keywords='meta search engine',
|
||||||
author='Adam Tauber',
|
author='Adam Tauber',
|
||||||
|
|
Loading…
Reference in New Issue