correcting the license; it should have been MIT all along

This commit is contained in:
Martin A. Brown 2016-02-22 12:44:20 -08:00
parent afb8eeffcf
commit f15e1c7de1
1 changed files with 2 additions and 2 deletions

View File

@ -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',