Closed bgilbert closed 3 weeks ago
All commits have been signed off. You have certified to the terms of the Developer Certificate of Origin, version 1.1. In particular, you certify that this contribution has not been developed using information obtained under a non-disclosure agreement or other license terms that forbid you from contributing it under the GNU Lesser General Public License, version 2.1.
We still need to support building distro packages with older setuptools that doesn't understand PEP 621. Re-add enough
setup.py
configuration (duplicatingpyproject.toml
) to make older setuptools happy.Also work around a
FileSystemLoader
bug in Jinja2 < 2.11.0.