]> git.phdru.name Git - mimedecode.git/commitdiff
Fix(setup): Fix keywords and platforms
authorOleg Broytman <phd@phdru.name>
Sat, 19 Aug 2017 16:46:03 +0000 (19:46 +0300)
committerOleg Broytman <phd@phdru.name>
Wed, 23 Aug 2017 19:24:55 +0000 (22:24 +0300)
setup.py

index af03bfb188aed60017982c809e1730bfe14a1fc9..c2f049ce71f23a69e1484a007fe36baffc7084e4 100755 (executable)
--- 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',