From 0d6c58b71a6724cf16acd2b06f0809434e096157 Mon Sep 17 00:00:00 2001 From: damp11113 Date: Tue, 3 Sep 2024 20:30:21 +0700 Subject: [PATCH] fix setup.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit forgot , 💀 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b692125..861d3bb 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setup( keywords="SSH server", python_requires='>=3.6', classifiers=[ - "Development Status :: 5 - Production/Stable" + "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: MIT License", "Intended Audience :: Developers", "Intended Audience :: System Administrators"