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 for importlib.resources #449

Merged
merged 2 commits into from
Jan 6, 2025

Conversation

santisoler
Copy link
Member

Replace the deprecated pkg_resources in favor of importlib.resources in documentation bits that instruct users how to read registry files within their packages.

Relevant issues/PRs:

Fixes #448

Replace the deprecated `pkg_resources` in favor of `importlib.resources`
in documentation bits that instruct users how to read registry files
within their packages.
@santisoler santisoler requested a review from leouieda December 19, 2024 22:57
@santisoler santisoler merged commit 5860444 into main Jan 6, 2025
18 checks passed
@santisoler santisoler deleted the importlib.resources branch January 6, 2025 19:21
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.

The pkg_resources package used in the documentation is deprecated
1 participant