Skip to content

Commit 9be86d7

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def read(*rnames):
6969
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',
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)