From 22e259cfaa9e8b5623c9db5cca90162f8436e44b Mon Sep 17 00:00:00 2001 From: Ashif4354 Date: Sun, 28 Jul 2024 07:58:17 +0530 Subject: [PATCH] chore: Update operating system description in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0d6aa4a..01eb428 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ 'Development Status :: 2 - Pre-Alpha', "Programming Language :: Python :: 3.12", "License :: OSI Approved :: MIT License", - "Operating System :: Platform Independent", + "Operating System :: OS Independent", 'Topic :: Utilities' ], python_requires='>=3.6',