[pkg] add python3 only pypi specifiers 3.27
authorPhilippe Pepiot <philippe.pepiot@logilab.fr>
Tue, 17 Mar 2020 13:31:50 +0100
branch3.27
changeset 12916 7d67f69ebe88
parent 12915 f7b4c3e047c8
child 12917 db0f56b19583
child 12919 85284f028266
[pkg] add python3 only pypi specifiers This is only for pypi statistics purposes. Also add 'Programming Language :: Python', looks obvious but seems to be sane to have this as well.
cubicweb/__pkginfo__.py
--- a/cubicweb/__pkginfo__.py	Tue Mar 17 13:30:50 2020 +0100
+++ b/cubicweb/__pkginfo__.py	Tue Mar 17 13:31:50 2020 +0100
@@ -34,7 +34,9 @@
 classifiers = [
     'Environment :: Web Environment',
     'Framework :: CubicWeb',
+    'Programming Language :: Python',
     'Programming Language :: Python :: 3',
+    'Programming Language :: Python :: 3 :: Only',
     'Programming Language :: JavaScript',
 ]