summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMichael P. Soulier <msoulier@digitaltorque.ca>2009-09-24 22:31:50 -0400
committerMichael P. Soulier <msoulier@digitaltorque.ca>2009-09-24 22:31:50 -0400
commita80639c7e2b23476162bcee716be73062543ddf1 (patch)
tree07c719755e8f755bbb5082082da0cd79b24de79d /setup.py
parentce7fc323c6dd7d29f3e8ad4bb73e41e3c07ded58 (diff)
downloadtftpy-a80639c7e2b23476162bcee716be73062543ddf1.tar.gz
Changed licenses to the MIT License
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
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',
]