Skip to content

Commit

Permalink
Fix incorrect reporting of long description content type missing.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismattmann committed Nov 9, 2019
1 parent f9e4399 commit 9be86d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def read(*rnames):
author_email='[email protected]',
url='http://github.com/chrismattmann/tika-python',
download_url='http://github.com/chrismattmann/tika-python',
license=read('LICENSE.txt'),
license='Apache License version 2 ("ALv2")',
packages=find_packages(exclude=['ez_setup']),
include_package_data=True,
zip_safe=True,
Expand Down

0 comments on commit 9be86d7

Please sign in to comment.