From 7274aa159cf45abcfa702aff36ca6e7554f93d48 Mon Sep 17 00:00:00 2001 From: SantaSpeen Date: Thu, 13 Mar 2025 15:04:05 +0300 Subject: [PATCH] Update classifiers --- setup.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 0aba9d7..c6097cb 100644 --- a/setup.py +++ b/setup.py @@ -47,9 +47,10 @@ setup( install_requires=requires, license=about['__license__'], classifiers=[ - "Development Status :: 3 - Alpha", + "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", - "Natural Language :: Russian", + "Topic :: Software Development :: Libraries", + "Natural Language :: English", "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.10",