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

Add missing setuptools dependency #163

Closed
wants to merge 1 commit into from

Conversation

carlwgeorge
Copy link

Fixes #87

@kloczek
Copy link

kloczek commented May 2, 2024

it is already added and it emits deprecation warning

DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_
    from pkg_resources import resource_filename

@carlwgeorge
Copy link
Author

A setuptools dependency has not been added. However, in the master branch the usage of pkg_resources has been removed, so this PR is no longer necessary.

@carlwgeorge carlwgeorge deleted the setuptools branch July 10, 2024 21:34
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.

missing dependency: setuptools
2 participants