Browse Source

[enh] setup.py classifiers

Adam Tauber 11 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
     description="A privacy-respecting, hackable metasearch engine",
19
     description="A privacy-respecting, hackable metasearch engine",
20
     long_description=long_description,
20
     long_description=long_description,
21
     classifiers=[
21
     classifiers=[
22
+        "Development Status :: 4 - Beta",
22
         "Programming Language :: Python",
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
     keywords='meta search engine',
29
     keywords='meta search engine',
25
     author='Adam Tauber',
30
     author='Adam Tauber',