From ce391bb1f226f38448c9dc5a6eb9d44450a98689 Mon Sep 17 00:00:00 2001 From: Mathieu Virbel Date: Thu, 23 Mar 2017 21:03:35 +0100 Subject: [PATCH] fix classifiers not accepted anymore --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d3bdeb1..fbc2fe0 100644 --- a/setup.py +++ b/setup.py @@ -195,7 +195,7 @@ setup( 'Intended Audience :: Developers', 'License :: OSI Approved :: MIT License', 'Natural Language :: English', - 'Operating System :: MacOS :: OS X', + 'Operating System :: MacOS', 'Operating System :: Microsoft :: Windows', 'Operating System :: POSIX :: Linux', 'Programming Language :: Python :: 2.7',