Skip to content

Conversation

hseg
Copy link

@hseg hseg commented Oct 29, 2024

As noted in https://setuptools.pypa.io/en/latest/pkg_resources.html, pkg_resources is deprecated. We were only using it for iter_entry_points anyway, which has been moved to importlib.metadata:entry_points

Changes proposed in this pull request:

  • Replace pkg_resources:iter_entry_points by importlib.metadata:entry_points

@xlcnd

As noted in https://setuptools.pypa.io/en/latest/pkg_resources.html,
pkg_resources is deprecated. We were only using it for iter_entry_points anyway,
which has been moved to importlib.metadata:entry_points
@hseg hseg requested a review from xlcnd as a code owner October 29, 2024 14:04
@KenjiTakahashi
Copy link

FYI: Since 3.12, pkg_resources is no longer part of stdlib and setuptools are not a part of the standard Python distribution either. Means that to be able to use isbnlib one needs to pip install setuptools first.

@pierreay
Copy link

Hello. Two years without any commit. Is isbnlib still maintained?

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.

3 participants