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

Migrate from pkg_resources to importlib.metadata #90

Merged
merged 1 commit into from
Oct 18, 2024

Conversation

konstin
Copy link

@konstin konstin commented Apr 9, 2022

pkg_resources is deprecated in favor of importlib (https://setuptools.pypa.io/en/latest/pkg_resources.html#package-discovery-and-resource-access-using-pkg-resources).

Only for python < 3.8 this add a dependency on importlib_metadata which is the official backport of importlib.metadata.

Copy link
Collaborator

@StevenMapes StevenMapes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changes were also merged in as part of #90

@StevenMapes StevenMapes merged commit 3fa7a40 into twidi:develop Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants