From 88be0d43a078c25d87d3828a9b820127eb03159a Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Sat, 3 Dec 2016 21:37:24 -0800 Subject: [PATCH] Make setup.py license internally consistent --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2f2be86f..9f529c06 100644 --- a/setup.py +++ b/setup.py @@ -191,7 +191,7 @@ setup( url='https://github.com/jbarlow83/OCRmyPDF', author='James R. Barlow', author_email='jim@purplerock.ca', - license='Public Domain', + license='MIT', packages=['ocrmypdf'], keywords=['PDF', 'OCR', 'optical character recognition', 'PDF/A', 'scanning'], classifiers=[