From d4c15e10eaf8fb6fc6fe3acef770b275e287134e Mon Sep 17 00:00:00 2001 From: "Michael P. Soulier" Date: Mon, 10 May 2010 19:20:29 -0400 Subject: Fixing the license in the setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6b84f4e..e67fe82 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setup(name='tftpy', 'Environment :: Console', 'Environment :: No Input/Output (Daemon)', 'Intended Audience :: Developers', - 'License :: OSI-Approved Open Source :: MIT License', + 'License :: OSI Approved :: MIT License', 'Operating System :: OS Independent', 'Topic :: Internet', ] -- cgit v1.2.1