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

fix: Use importlib.metadata #1079

Merged
merged 2 commits into from
Jan 16, 2024
Merged

Conversation

kesara
Copy link
Member

@kesara kesara commented Jan 16, 2024

Use importlib.metadata instead of pkg_resources from setuptools since pkg_resources is deprecated.

Fixes #1072

Use importlib.metadata instead of pkg_resources from setuptools
since pkg_resources is deprecated.

Fixes ietf-tools#1072
@kesara kesara merged commit f33c697 into ietf-tools:main Jan 16, 2024
13 checks passed
@kesara kesara deleted the fix/pkg_resources branch January 16, 2024 19:27
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.

Use of deprecated setuptools pkg_resources in 3.19.0
2 participants