Skip to content

Commit 34ee93c

Browse files
authored
Feat/change long dest to plain text for pypi (#10)
* change long description type to plain as pypi complains about format * bump version
1 parent ea597d4 commit 34ee93c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ maintainer = Matthias Lee
77
maintainer_email = [email protected]
88
description = Python-tesseract is a python wrapper for Google's Tesseract-OCR
99
long_description = file: README.rst
10-
long_description_content_type = text/x-rst
10+
long_description_content_type = text/plain
1111
license = Apache License 2.0
1212
license_file = LICENSE
1313
keywords = python-tesseract OCR Python

unstructured_pytesseract/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
from .pytesseract import TSVNotSupported
1717

1818

19-
__version__ = '0.3.14'
19+
__version__ = '0.3.15'

0 commit comments

Comments
 (0)