Skip to content

Commit c1e3ecd

Browse files
committed
changed to .md readme
1 parent f0b2bea commit c1e3ecd

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

README renamed to README.md

File renamed without changes.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ def read(fname):
1717
keywords = "python-tesseract OCR Python",
1818
url = "https://github.com/madmaze/python-tesseract",
1919
packages=['pytesseract'],
20-
long_description=read('README'),
20+
long_description=read('README.md'),
2121
package_data = {'pytesseract': ['*.png','*.jpg']}
2222
)

0 commit comments

Comments
 (0)