jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/719151 )
Change subject: setup: remove use_2to3 ......................................................................
setup: remove use_2to3
It is invalid as of setuptools 58.0.2
Bug: T290451 Change-Id: Ia584f357f9e0ae9450c78f19c3a3a083a0c9fee0 --- M setup.py 1 file changed, 0 insertions(+), 1 deletion(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/setup.py b/setup.py index feec449..c81d607 100644 --- a/setup.py +++ b/setup.py @@ -276,7 +276,6 @@ 'Topic :: Software Development :: Libraries :: Python Modules', 'Topic :: Utilities', ], - use_2to3=False )
# Finally show distribution version before uploading
pywikibot-commits@lists.wikimedia.org