From b8568e2922065f3e7701a33d40ebf15e699a561c Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Fri, 10 Sep 2021 10:12:35 -0400 Subject: [PATCH] Drop use_2to3 The resolution of setuptools 2769 made any package using `use_2to3` to fail its build. This patch removes the flag, in support of outroducing rdflib-jsonld. References: * https://github.com/pypa/setuptools/issues/2769 * https://github.com/RDFLib/rdflib/issues/1405 Reported-by: Ralf Grubenmann Signed-off-by: Alex Nelson --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 1ac76e6..6cbb2fd 100644 --- a/setup.py +++ b/setup.py @@ -77,7 +77,6 @@ def md2pypi(filename): url="https://github.com/RDFLib/rdflib-jsonld", license="BSD", packages=["rdflib_jsonld"], - use_2to3=True, zip_safe=False, platforms=["any"], classifiers=[