Merged from SVN trunk after register to PyPi

This commit is contained in:
Michael P. Soulier 2008-10-03 20:13:02 -04:00
commit c408389ba0

View file

@ -7,15 +7,16 @@ setup(name='tftpy',
description='Python TFTP library',
author='Michael P. Soulier',
author_email='msoulier@digitaltorque.ca',
url='http://digitaltorque.ca',
url='http://tftpy.sourceforge.net',
packages=['tftpy'],
scripts=['bin/tftpy_client.py','bin/tftpy_server.py'],
classifiers=[
'Development Status :: Alpha',
'License :: OSI Approved :: CNRI Python License',
'Topic :: Networking :: TFTP',
'Intended Audience :: Developers',
'Operating System :: Any',
'Development Status :: 4 - Beta',
'Environment :: Console',
'Environment :: No Input/Output (Daemon)',
'Intended Audience :: Developers',
'License :: OSI Approved :: Python License (CNRI Python License)',
'Operating System :: OS Independent',
'Topic :: Internet',
]
)