forked from madmaze/pytesseract
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feat/change long dest to plain text for pypi (#10)
* change long description type to plain as pypi complains about format * bump version
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,4 +16,4 @@ | |
from .pytesseract import TSVNotSupported | ||
|
||
|
||
__version__ = '0.3.14' | ||
__version__ = '0.3.15' |