From dbc5383147cf9d35fa15797a2dd7bab3dd4c6bee Mon Sep 17 00:00:00 2001 From: infinityofspace <30715462+infinityofspace@users.noreply.github.com> Date: Thu, 2 Mar 2023 11:47:58 +0100 Subject: [PATCH] adjusted pypi classifiers labels --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 31bff11..2aa9b42 100644 --- a/setup.py +++ b/setup.py @@ -15,12 +15,13 @@ long_description_content_type="text/markdown", license="MIT", classifiers=[ - "Development Status :: 4 - Beta", + "Development Status :: 5 - Production/Stable", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", "License :: OSI Approved :: MIT License", "Topic :: Security", "Topic :: Internet :: WWW/HTTP",