Skip to content

Commit f9e4399

Browse files
committed
Switch to markdown on PyPI long description.
1 parent 815415e commit f9e4399

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
version = 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'),

0 commit comments

Comments
 (0)