From f15e1c7de1482c025ba6ef9a9358f96fc0e94ca3 Mon Sep 17 00:00:00 2001 From: "Martin A. Brown" Date: Mon, 22 Feb 2016 12:44:20 -0800 Subject: [PATCH] correcting the license; it should have been MIT all along --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 999909d..86aa577 100644 --- a/setup.py +++ b/setup.py @@ -10,8 +10,8 @@ with open(os.path.join(os.path.dirname(__file__), 'README.rst')) as r_file: setup( name='tldp', - version='0.1', - license='GNU', + version='0.2', + license='MIT', author='Martin A. Brown', author_email='martin@linux-ip.net', description='tools for processing all TLDP source documents',