From a80639c7e2b23476162bcee716be73062543ddf1 Mon Sep 17 00:00:00 2001 From: "Michael P. Soulier" Date: Thu, 24 Sep 2009 22:31:50 -0400 Subject: Changed licenses to the MIT License --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 7d740ac..698f011 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from distutils.core import setup setup(name='tftpy', - version='0.4.7-pre', + version='0.5-pre', description='Python TFTP library', author='Michael P. Soulier', author_email='msoulier@digitaltorque.ca', @@ -15,7 +15,7 @@ setup(name='tftpy', 'Environment :: Console', 'Environment :: No Input/Output (Daemon)', 'Intended Audience :: Developers', - 'License :: OSI Approved :: Python License (CNRI Python License)', + 'License :: OSI-Approved Open Source :: MIT License', 'Operating System :: OS Independent', 'Topic :: Internet', ] -- cgit v1.2.1