diff options
author | Adam Tauber <asciimoo@gmail.com> | 2014-08-08 21:51:15 +0200 |
---|---|---|
committer | Adam Tauber <asciimoo@gmail.com> | 2014-08-08 21:51:15 +0200 |
commit | ce719ac50ca79cc423046ef7a32b8792a24dfe0b (patch) | |
tree | 6bbc51b446730b438885112741974739f120c681 /setup.py | |
parent | 111a86d355fe2fcbc714a478cb399ef47b79ec35 (diff) | |
download | searxng-ce719ac50ca79cc423046ef7a32b8792a24dfe0b.tar.gz searxng-ce719ac50ca79cc423046ef7a32b8792a24dfe0b.zip |
[enh] setup.py classifiers
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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', |