From 34064cd2c733ea36c7e7a2434509e545ffe61c43 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Sat, 27 Feb 2021 16:08:14 -0500 Subject: [PATCH] Tweak classifiers --- setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 4ed3b5f..c693a79 100755 --- a/setup.py +++ b/setup.py @@ -57,12 +57,12 @@ setup( 'multiprocessing' ], classifiers=[ - 'Development Status :: 3 - Alpha', - 'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)' - 'Operating System :: POSIX :: Linux', + "Development Status :: 3 - Alpha", + "Operating System :: POSIX :: Linux", + "Operating System :: Microsoft :: Windows", "Framework :: Trio", + "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Programming Language :: Python :: Implementation :: CPython", - "Programming Language :: Python :: Implementation :: PyPy", "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8",