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

Switch to importlib-metadata to drop deprecated pkg_resources #621

Merged
merged 1 commit into from
Mar 19, 2024

Commits on Feb 7, 2024

  1. Switch to importlib-metadata to drop deprecated pkg_resources

    According to https://setuptools.pypa.io/en/latest/pkg_resources.html,
    pkg_resources has been deprecated and importlib-metadata is recommended.
    `DistributionNotFound` only can be thrown from `find_plugins()` which is
    not used by ia. Tested with plugin
    https://github.com/JesseWeinstein/ia_recent.
    
    Closes: jjjake#613
    FantasqueX committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    6bae1f2 View commit details
    Browse the repository at this point in the history