Skip to content

Commit 9be86d7

Browse files
committed
Fix incorrect reporting of long description content type missing.
1 parent f9e4399 commit 9be86d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def read(*rnames):
6969
author_email='[email protected]',
7070
url='http://github.com/chrismattmann/tika-python',
7171
download_url='http://github.com/chrismattmann/tika-python',
72-
license=read('LICENSE.txt'),
72+
license='Apache License version 2 ("ALv2")',
7373
packages=find_packages(exclude=['ez_setup']),
7474
include_package_data=True,
7575
zip_safe=True,

0 commit comments

Comments
 (0)