This PR switches over to the standard PEP517 package build system. All metadata was transferred as-is to setup.cfg.
It also updates pyyaml to >=6.0,<7.0 and Jinja2 to >=3.0,4.0.
Note that when building for release, you now need to use the build package. Just install via pip, then run as python -mbuild. By default it will build both an sdist and wheel.
This PR switches over to the standard PEP517 package build system. All metadata was transferred as-is to
setup.cfg
.It also updates pyyaml to >=6.0,<7.0 and Jinja2 to >=3.0,4.0.
Note that when building for release, you now need to use the
build
package. Just install via pip, then run aspython -mbuild
. By default it will build both an sdist and wheel.