jenkins-bot merged this change.

View Change

Approvals: Dalba: Looks good to me, approved jenkins-bot: Verified
[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(-)

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

To view, visit change 430871. To unsubscribe, visit settings.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I0551a75f59d3e535420a47cd74eab5b57db4da2f
Gerrit-Change-Number: 430871
Gerrit-PatchSet: 2
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: Dalba <dalba.wiki@gmail.com>
Gerrit-Reviewer: John Vandenberg <jayvdb@gmail.com>
Gerrit-Reviewer: Zoranzoki21 <zorandori4444@gmail.com>
Gerrit-Reviewer: jenkins-bot <>