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.

The test suite is showing other follow-on patches will be necessary to
fix matters 2to3 had been quietly fixing along the way.  However, this
first patch does restore a working call to `pip install .` with
up-to-date setuptools.

References:
* pypa/setuptools#2769
* RDFLib/rdflib#1405

Reported-by: Ralf Grubenmann <ralf.grubenmann@sdsc.ethz.ch>
  • Loading branch information
ajnelson-nist committed Sep 10, 2021
1 parent 33dfed9 commit be33288
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
@@ -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=[

0 comments on commit be33288

Please sign in to comment.