From 439ea93f670d7931453d76a629ea8e374cc17478 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20T=C3=B3th?= Date: Mon, 5 Aug 2019 17:44:14 +0200 Subject: [PATCH] Remove ambiguous OS classifier --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 404b418..1623687 100644 --- a/setup.py +++ b/setup.py @@ -19,6 +19,5 @@ setup( 'Programming Language :: Python :: 3', 'License :: OSI Approved :: MIT License', 'Operating System :: POSIX' - 'Operating System :: Unix' ], )