From cdb168c1e0b3d9d86e02e6d5f0e8267dbf2f6b22 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sat, 19 Aug 2017 19:46:03 +0300 Subject: [PATCH] Fix(setup): Fix keywords and platforms --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- 2.39.2