From 019836cb0024cd001b6d442c0838e64d772e25d5 Mon Sep 17 00:00:00 2001 From: damp11113 Date: Tue, 3 Sep 2024 20:31:55 +0700 Subject: [PATCH] fix setup.py 2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit forgot , too💀 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 861d3bb..d69b377 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup( "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: MIT License", "Intended Audience :: Developers", - "Intended Audience :: System Administrators" + "Intended Audience :: System Administrators", "Operating System :: OS Independent", "Programming Language :: Python :: 3.10", "Topic :: Communications",