Skip to content

Commit

Permalink
Drop use_2to3
Browse files Browse the repository at this point in the history
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:
* pypa/setuptools#2769
* RDFLib/rdflib#1405

Reported-by: Ralf Grubenmann <ralf.grubenmann@sdsc.ethz.ch>
Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
  • Loading branch information
ajnelson-nist committed Sep 10, 2021
1 parent 33dfed9 commit b8568e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=[
Expand Down

0 comments on commit b8568e2

Please sign in to comment.