From: Oleg Broytman Date: Sat, 19 Aug 2017 16:46:03 +0000 (+0300) Subject: Fix(setup): Fix keywords and platforms X-Git-Tag: 2.8.0~33 X-Git-Url: https://git.phdru.name/?p=mimedecode.git;a=commitdiff_plain;h=cdb168c1e0b3d9d86e02e6d5f0e8267dbf2f6b22 Fix(setup): Fix keywords and platforms --- diff --git a/setup.py b/setup.py index af03bfb..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',