From 9be86d7f1605c8bd7f36faf56a983b3b4f9e1d55 Mon Sep 17 00:00:00 2001 From: Chris Mattmann Date: Fri, 8 Nov 2019 20:37:01 -0800 Subject: [PATCH] Fix incorrect reporting of long description content type missing. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6d86ddb..aa031bf 100644 --- a/setup.py +++ b/setup.py @@ -69,7 +69,7 @@ def read(*rnames): 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'), + license='Apache License version 2 ("ALv2")', packages=find_packages(exclude=['ez_setup']), include_package_data=True, zip_safe=True,