From 6a4f0715b2f5f53b19245d81f153b905946d9ec8 Mon Sep 17 00:00:00 2001 From: Pierre Verkest Date: Wed, 6 Sep 2023 09:34:28 +0200 Subject: [PATCH] move to prod stable status --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 30e2068..209733e 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ setup( url="https://gitlab.com/micro-entreprise/opnsense-prom-exporter", license="Apache-2.0", classifiers=[ - "Development Status :: 4 - Beta", + "Development Status :: 5 - Production/Stable", "Programming Language :: Python :: 3", "License :: OSI Approved :: Apache Software License", ],