Skip to content

Commit 6ab083e

Browse files
authored
Update the long_description with README.rst
1 parent 6aedc01 commit 6ab083e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44

55
longDesc = ""
6-
if os.path.exists("README.md"):
7-
longDesc = open("README.md").read().strip()
6+
if os.path.exists("README.rst"):
7+
longDesc = open("README.rst").read().strip()
88

99
setup(
1010
name = "pytesseract",

0 commit comments

Comments
 (0)