# HG changeset patch # User Philippe Pepiot # Date 1584448310 -3600 # Node ID 7d67f69ebe8803ee0d210b16e0ae2f1575ddec94 # Parent f7b4c3e047c8729f8d74b121029a21cfd9c80a15 [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. diff -r f7b4c3e047c8 -r 7d67f69ebe88 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', ]