Fixing the license in the setup.py

master
Michael P. Soulier 2010-05-10 19:20:29 -04:00
parent 2f0c0dba2b
commit d4c15e10ea
1 changed files with 1 additions and 1 deletions

View File

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