url = "http://phdru.name/Software/Python/#mimedecode",
license = __license__,
platforms = "All",
+ keywords=['email', 'MIME'],
+ classifiers=[
+ 'Development Status :: 5 - Production/Stable',
+ 'Environment :: Console',
+ 'Intended Audience :: End Users/Desktop',
+ 'License :: OSI Approved :: GNU General Public License (GPL)',
+ 'Operating System :: OS Independent',
+ 'Programming Language :: Python :: 2',
+ 'Programming Language :: Python :: 2.6',
+ 'Programming Language :: Python :: 2.7',
+ 'Programming Language :: Python :: 2 :: Only',
+ ],
py_modules = ['mimedecode_version'],
scripts = ['mimedecode.py'],
**kw