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

Replace usage of pkg_resources API #213

Merged
merged 2 commits into from
Sep 22, 2023
Merged

Replace usage of pkg_resources API #213

merged 2 commits into from
Sep 22, 2023

Commits on Sep 22, 2023

  1. Replace usage of pkg_resources API

    Try to use importlib from python > 3.8: https://docs.python.org/3/library/importlib.metadata.html#module-importlib.metadata
    
    Otherwise use the installed backport package: https://pypi.org/project/importlib-metadata/
    
    Fix for #212
    mdshw5 authored Sep 22, 2023
    Configuration menu
    Copy the full SHA
    199000d View commit details
    Browse the repository at this point in the history
  2. Update pyproject.toml

    Add importlib_metadata install dependency for python <3.8
    mdshw5 authored Sep 22, 2023
    Configuration menu
    Copy the full SHA
    ca053e0 View commit details
    Browse the repository at this point in the history