Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: allow use with importlib_metadata version 4
This change makes single-source compatible with more packages, as other packages may require importlib_metadata v4. The only breaking change in version 4 is: PackageMetadata as returned by metadata() and Distribution.metadata() now provides normalized metadata honoring PEP 566 which has no impact on single-source.
- Loading branch information