jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/430871 )
Change subject: [doc] Additional setup classifiers ......................................................................
[doc] Additional setup classifiers
- python, python 2, python 3 are also valid classifiers for the pypi filter
Change-Id: I0551a75f59d3e535420a47cd74eab5b57db4da2f --- M setup.py 1 file changed, 3 insertions(+), 0 deletions(-)
Approvals: Dalba: Looks good to me, approved jenkins-bot: Verified
diff --git a/setup.py b/setup.py index 6214252..273675e 100644 --- a/setup.py +++ b/setup.py @@ -229,7 +229,10 @@ 'License :: OSI Approved :: MIT License', 'Natural Language :: English', 'Operating System :: OS Independent', + 'Programming Language :: Python' + 'Programming Language :: Python :: 2' 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3' 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6',
pywikibot-commits@lists.wikimedia.org