From 131979ff35254562ed41efc82fa433e8c5b17501 2024-02-24 22:34:08 From: Branko Majic Date: 2024-02-24 22:34:08 Subject: [PATCH] GC-46: Mark the project/tool as production-ready/stable. --- diff --git a/setup.py b/setup.py index e6c81646013a328f9dffa79abe4c0d5a1dd8fdad..f58de829cc88cc384f1a70ec1c27228a55b8f816 100755 --- a/setup.py +++ b/setup.py @@ -82,7 +82,7 @@ setup( 'console_scripts': ['gimmecert=gimmecert.cli:main'], }, classifiers=[ - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', 'Environment :: Console', 'Intended Audience :: Developers', 'Intended Audience :: System Administrators',