We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9e4399 commit 9be86d7Copy full SHA for 9be86d7
setup.py
@@ -69,7 +69,7 @@ def read(*rnames):
69
author_email='[email protected]',
70
url='http://github.com/chrismattmann/tika-python',
71
download_url='http://github.com/chrismattmann/tika-python',
72
- license=read('LICENSE.txt'),
+ license='Apache License version 2 ("ALv2")',
73
packages=find_packages(exclude=['ez_setup']),
74
include_package_data=True,
75
zip_safe=True,
0 commit comments