Skip to content

Commit

Permalink
Switch to markdown on PyPI long description.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismattmann committed Nov 9, 2019
1 parent 815415e commit f9e4399
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

version = tika.__version__

with open(os.path.join('.', 'README.md'), encoding='utf-8') as f:
with open(os.path.join(os.path.dirname(__file__), 'README.md'), encoding='utf-8') as f:
_descr = f.read()

_keywords = 'tika digital babel fish apache'
Expand All @@ -61,12 +61,12 @@ def read(*rnames):
name='tika',
version=version,
description='Apache Tika Python library',
long_description=long_description,
long_description_content_type='text/markdown',
long_description=long_description,
classifiers=_classifiers,
keywords=_keywords,
author='Chris Mattmann',
author_email='chris.a.mttmnn@nasa.gov',
author_email='chris.a.mattmann@jpl.nasa.gov',
url='http://github.com/chrismattmann/tika-python',
download_url='http://github.com/chrismattmann/tika-python',
license=read('LICENSE.txt'),
Expand Down

0 comments on commit f9e4399

Please sign in to comment.