Browse Source

[enh] setup.py classifiers

Adam Tauber 10 years ago
parent
commit
ce719ac50c
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      setup.py

+ 5
- 0
setup.py View File

@@ -19,7 +19,12 @@ setup(
19 19
     description="A privacy-respecting, hackable metasearch engine",
20 20
     long_description=long_description,
21 21
     classifiers=[
22
+        "Development Status :: 4 - Beta",
22 23
         "Programming Language :: Python",
24
+        "Topic :: Internet",
25
+        "Topic :: Internet :: WWW/HTTP :: HTTP Servers",
26
+        "Topic :: Internet :: WWW/HTTP :: WSGI :: Application",
27
+        'License :: OSI Approved :: GNU Affero General Public License v3'
23 28
     ],
24 29
     keywords='meta search engine',
25 30
     author='Adam Tauber',