From 4f3f169e4a86f65e7cb61b3a62519c74bba87c8b Mon Sep 17 00:00:00 2001 From: Eero Ruohola Date: Sun, 27 Feb 2022 15:34:40 +0200 Subject: [PATCH] Remove 'OS Independent' trove classifier We are not strictly OS independent anymore, since we access Linux specific system functionality if it's available. The package does still work on any system though. --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 44ca3a5..2554edc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,6 @@ classifiers = [ "Intended Audience :: Developers", "Intended Audience :: Information Technology", "Intended Audience :: System Administrators", - "Operating System :: OS Independent", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware", "Topic :: Software Development :: Libraries :: Python Modules",