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

pkg_resources is deprecated #294

Open
ZLLentz opened this issue Jul 10, 2023 · 0 comments
Open

pkg_resources is deprecated #294

ZLLentz opened this issue Jul 10, 2023 · 0 comments

Comments

@ZLLentz
Copy link
Member

ZLLentz commented Jul 10, 2023

This is a utility that comes packaged with setuptools, and its scripting API has been deprected.

This is used in release_notes_table.py and get_extras.py to check what optional requirements are hidden in the "extras" metadata.

Apparently I'm supposed to use https://docs.python.org/3/library/importlib.metadata.html (a built-in) now but it seems pretty bare-bones and it would be surprising if nobody built something small on top of it.

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

No branches or pull requests

1 participant