Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: allow use with importlib_metadata version 4 #7

Merged
merged 1 commit into from Feb 23, 2022

Commits on Feb 22, 2022

  1. 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.
    Neki committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    8aa3f31 View commit details
    Browse the repository at this point in the history