File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 11import os
22from setuptools import setup
33
4- # Function for reading readme.
5- def read (fname ):
6- return open (os .path .join (os .path .dirname (__file__ ), fname )).read ()
7-
84setup (
95 name = "pytesseract" ,
10- version = "0.1" ,
6+ version = "0.1.3 " ,
117 author = "Samuel Hoffstaetter" ,
128 author_email = "" ,
139 maintainer = "Matthias Lee" ,
1410 maintainer_email = "[email protected] " ,
15- description = ("Python-tesseract is a python wrapper for google's Tesseract-OCR " ),
11+ description = ("Python-tesseract is a python wrapper for google's Tesseract-OCR" ),
1612 license = "GPLv3" ,
1713 keywords = "python-tesseract OCR Python" ,
1814 url = "https://github.com/madmaze/python-tesseract" ,
1915 packages = ['pytesseract' ],
20- long_description = read ('README.md' ),
2116 package_data = {'pytesseract' : ['*.png' ,'*.jpg' ]}
2217)
You can’t perform that action at this time.
0 commit comments