jenkins-bot submitted this change.
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(-)
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
To view, visit change 719151. To unsubscribe, or for help writing mail filters, visit settings.