Skip to content

Commit

Permalink
feat: allow use with importlib_metadata version 4
Browse files Browse the repository at this point in the history
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
Neki committed Feb 22, 2022
1 parent 4bb4c54 commit 8aa3f31
Show file tree
Hide file tree
Showing 2 changed files with 239 additions and 163 deletions.

0 comments on commit 8aa3f31

Please sign in to comment.