Closed Mingli-Yu closed 7 months ago
Oh, pyyaml-include 2.0 has no plan for python earlier than 3.8. as I known, python3.6 is mostly distributed with setuptools 59.6.0 by default, and python 3.7 is with setuptools 68.0.
Later, I'll review pyyaml-include 1.x , and try to make it work with python 3.6 and setuptools 59.x, which does not support PEP518/pyproject.toml
@Mingli-Yu v1.4.1 rollback to a pre PEP 518 build system. Python 3.6 support came back again, setuptools_scm and pyproject.toml was removed.
I think it may work on your environment.
Thanks @tanbro , the new version 1.4.1 works well in my env with lower setuptools. Thank you very much!
@Mingli-Yu all right ;)
I'm building the package from scratch.
For some reason, I work on a system with an old setuptools which does not support PEP621 and is unable to extract name and version metadata in pyproject.toml as https://github.com/pypa/setuptools/issues/3269#issuecomment-1254507377.
Is there any way to achieve the compatibility with the old setuptools? Thanks!