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

Conversation

mdshw5
Copy link
Owner

@mdshw5 mdshw5 commented Sep 22, 2023

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

Add importlib_metadata install dependency for python <3.8
@mdshw5 mdshw5 merged commit cac82f2 into master Sep 22, 2023
8 checks passed
@mdshw5 mdshw5 deleted the mdshw5-patch-3 branch September 22, 2023 14:33
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.

1 participant