From e2519639588ae36b8ca2df94ed9b12e2b479c9d4 Mon Sep 17 00:00:00 2001 From: Georg Krause Date: Fri, 23 Feb 2024 15:32:48 +0100 Subject: [PATCH] fix: Use proper stable classifier --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6ae2f86..98e4de3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ maintainers = [{name = "Georg Krause", email = "mail@georg-krause.net"}] readme = "README.md" dynamic = ["version"] classifiers = [ - "Development Status :: 5 - Stable", + "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.8",