From d57ff7919087f8a57b2e1a4b4f3226bc466c9713 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Tue, 14 Sep 2021 08:06:46 +0100 Subject: [PATCH] removed Windows from classifiers for now --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9c5a36e4a..a974c78f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,6 @@ classifiers = [ "Development Status :: 1 - Planning", "Environment :: Console", "Intended Audience :: Developers", - "Operating System :: Microsoft :: Windows", "Operating System :: MacOS", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 3.7",