From 1ae1d116c7f1bd98040fe12002dd26a0d3260149 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 191ff482..224acbb1 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=[