X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=setup.py;h=c2f049ce71f23a69e1484a007fe36baffc7084e4;hb=5e0a0832c3c713d57cdc01b91b9e6a1c4ccc15f3;hp=e10082566e703ec9fc182c3f7fd1c237ee5f1985;hpb=141754c6212c218c538dcadd2d79da4b5bb0fc5e;p=mimedecode.git diff --git a/setup.py b/setup.py index e100825..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', @@ -33,6 +33,11 @@ setup(name = "mimedecode", 'Programming Language :: Python :: 2', '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 = ['formatparam_27', 'mimedecode_version'], scripts = ['mimedecode.py'],