Features:
- Support for the
importlib.metadata
metadata implementation (#1632). Thanks @richafrank
Bug Fixes:
- Instantiate a new accumulator
InstallRequirement
forcombine_install_requirements
output (#1519). Thanks @richafrank
Other Changes:
- Replace direct usage of the
pep517
module with thebuild
module, for loading project metadata (#1629). Thanks @AndydeCleyre