From 8047f7d85e3216dfdcf16a0d7b8d967376c81292 Mon Sep 17 00:00:00 2001 From: Infinitode Date: Sun, 22 Sep 2024 20:54:57 +0200 Subject: [PATCH] Fixed `setup.py`. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 56c2f5b..2b95f57 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ url='https://github.com/infinitode/valx', packages=find_packages(), classifiers=[ - 'Development Status :: 5 - Production', + 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers', 'License :: OSI Approved :: MIT License', 'Programming Language :: Python :: 3.6',