Skip to content

Commit

Permalink
Feat/change long dest to plain text for pypi (#10)
Browse files Browse the repository at this point in the history
* change long description type to plain as pypi complains about format

* bump version
  • Loading branch information
badGarnet authored Mar 5, 2025
1 parent ea597d4 commit 34ee93c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ maintainer = Matthias Lee
maintainer_email = [email protected]
description = Python-tesseract is a python wrapper for Google's Tesseract-OCR
long_description = file: README.rst
long_description_content_type = text/x-rst
long_description_content_type = text/plain
license = Apache License 2.0
license_file = LICENSE
keywords = python-tesseract OCR Python
Expand Down
2 changes: 1 addition & 1 deletion unstructured_pytesseract/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
from .pytesseract import TSVNotSupported


__version__ = '0.3.14'
__version__ = '0.3.15'

0 comments on commit 34ee93c

Please sign in to comment.