1 While testing we rename the lz4 directory and so setuptools-scm is unable to
2 find the lz4/version.py file causing testing to fail. To avoid that we simply
3 disable setuptools-scm because we do not need it anyway.
5 --- lz4-4.3.3/pyproject.toml.orig
6 +++ lz4-4.3.3/pyproject.toml
9 requires = ["setuptools>=45", "wheel", "setuptools_scm[toml]>=6.2", "pkgconfig"]
10 build-backend = "setuptools.build_meta"
12 -[tool.setuptools_scm]
13 -write_to = "lz4/version.py"
14 \ No newline at end of file