-
Notifications
You must be signed in to change notification settings - Fork 39
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
Remove use of pkg_resources #266
Comments
JonathonReinhart
added a commit
that referenced
this issue
Jan 8, 2024
pkg_resources is deprecated: https://setuptools.pypa.io/en/latest/pkg_resources.html This prefers importlib.metadata (introduced in Python 3.8) and uses the backport importlib_metadata for Python 3.7 (to be removed in #264). Fixes #266
JonathonReinhart
added a commit
that referenced
this issue
Jan 8, 2024
pkg_resources is deprecated: https://setuptools.pypa.io/en/latest/pkg_resources.html This prefers importlib.metadata (introduced in Python 3.8) and uses the backport importlib_metadata for Python 3.7 (to be removed in #264). Fixes #266
JonathonReinhart
added a commit
that referenced
this issue
Jan 8, 2024
#271) pkg_resources is deprecated: https://setuptools.pypa.io/en/latest/pkg_resources.html This prefers importlib.metadata (introduced in Python 3.8) and uses the backport importlib_metadata for Python 3.7 (to be removed in #264). Fixes #266
I missed the fact that |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See JonathonReinhart/scuba#245
The text was updated successfully, but these errors were encountered: