Ver código fonte

[enh] setup.py classifiers

Adam Tauber 10 anos atrás
pai
commit
ce719ac50c
1 arquivos alterados com 5 adições e 0 exclusões
  1. 5
    0
      setup.py

+ 5
- 0
setup.py Ver arquivo

@@ -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',