File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3434
3535version = tika .__version__
3636
37- with open (os .path .join ('.' , 'README.md' ), encoding = 'utf-8' ) as f :
37+ with open (os .path .join (os . path . dirname ( __file__ ) , 'README.md' ), encoding = 'utf-8' ) as f :
3838 _descr = f .read ()
3939
4040_keywords = 'tika digital babel fish apache'
@@ -61,12 +61,12 @@ def read(*rnames):
6161 name = 'tika' ,
6262 version = version ,
6363 description = 'Apache Tika Python library' ,
64- long_description = long_description ,
6564 long_description_content_type = 'text/markdown' ,
65+ long_description = long_description ,
6666 classifiers = _classifiers ,
6767 keywords = _keywords ,
6868 author = 'Chris Mattmann' ,
69- author_email = 'chris.a.mttmnn@ nasa.gov' ,
69+ author_email = 'chris.a.mattmann@jpl. nasa.gov' ,
7070 url = 'http://github.com/chrismattmann/tika-python' ,
7171 download_url = 'http://github.com/chrismattmann/tika-python' ,
7272 license = read ('LICENSE.txt' ),
You can’t perform that action at this time.
0 commit comments