X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=setup.py;h=c2f049ce71f23a69e1484a007fe36baffc7084e4;hb=c1a5169774327b8f530ed41ff061748e8b10923b;hp=72b770a0f24392f520930ea1d82005f04ede98db;hpb=3782c584d7ed8cc1abf70c2b5a6b5d1963366a2f;p=mimedecode.git diff --git a/setup.py b/setup.py index 72b770a..c2f049c 100755 --- a/setup.py +++ b/setup.py @@ -22,8 +22,8 @@ setup(name = "mimedecode", author_email = "phd@phdru.name", url = "http://phdru.name/Software/Python/#mimedecode", license = __license__, - platforms = "All", keywords=['email', 'MIME'], + platforms = "Any", classifiers=[ 'Development Status :: 5 - Production/Stable', 'Environment :: Console', @@ -31,11 +31,15 @@ setup(name = "mimedecode", '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', + 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 3.3', + 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: 3.6', ], - py_modules = ['mimedecode_version'], + py_modules = ['formatparam_27', 'mimedecode_version'], scripts = ['mimedecode.py'], **kw )