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 MANIFEST.in to workaround pip install failure when building a wheel #20

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ceteri
Copy link

@ceteri ceteri commented Jul 21, 2023

This PR is a proposed fix to #19

  • adds a MANIFEST.in file to workaround the pip failure when building a wheel
  • replaces imghr with the suggested filetype

PEP 594 proposes deprecation of imghdr in Python 3.11 and suggests using filetype as a replacement.

This was tested with the pytest unit tests, and also has the version bumped already to v1.3 (though it might need to be a minor release instead?)

…el; replace to-be-deprecated imghr with the suggested filetype
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.

1 participant