X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=setup.py;h=c2f049ce71f23a69e1484a007fe36baffc7084e4;hb=5e0a0832c3c713d57cdc01b91b9e6a1c4ccc15f3;hp=88892d16265a46b4403b9133a5cc2e929a1b9461;hpb=ce0888f759cbc483c3d2a6cce221caa85c3d8206;p=mimedecode.git diff --git a/setup.py b/setup.py index 88892d1..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,8 +33,13 @@ 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 = ['mimedecode_version'], + py_modules = ['formatparam_27', 'mimedecode_version'], scripts = ['mimedecode.py'], **kw )