summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael P. Soulier <msoulier@digitaltorque.ca>2010-05-10 19:20:29 -0400
committerMichael P. Soulier <msoulier@digitaltorque.ca>2010-05-10 19:20:29 -0400
commitd4c15e10eaf8fb6fc6fe3acef770b275e287134e (patch)
treed6b91b4fa6c0de7cb8b07df560a76c8203c7c87f
parent2f0c0dba2bbcd7f05d4b274f177cc37f680a5a76 (diff)
downloadtftpy-d4c15e10eaf8fb6fc6fe3acef770b275e287134e.tar.gz
Fixing the license in the setup.py
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
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',
]