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

setup.py: Remove deprecated pkg_resources in favor of importlib.util #2431

Closed
wants to merge 2 commits into from

Conversation

cclauss
Copy link
Contributor

@cclauss cclauss commented Nov 12, 2024

Remove deprecated pkg_resources in favor of importlib.util.

Fixes this warning at install-time:

DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html

Remove deprecated `pkg_resources` in favor of `importlib.util`.

Fixes this warning at install-time:
> DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
@cclauss cclauss changed the title setup.py: Remove deprecated pkg_resources in favor of importlib.util setup.py: Remove deprecated```pythonpkg_resources in favor of importlib.util Nov 12, 2024
@cclauss cclauss changed the title setup.py: Remove deprecated```pythonpkg_resources in favor of importlib.util setup.py: Remove deprecated pkg_resources in favor of importlib.util Nov 12, 2024
@cclauss
Copy link
Contributor Author

cclauss commented Nov 12, 2024

@cclauss cclauss closed this Nov 12, 2024
@cclauss cclauss deleted the patch-2 branch November 12, 2024 15:25
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