From 69c6d71cdff9157692dc4f9cb5c488693ed55d6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaquier=20Aur=C3=A9lien=20Tristan?= Date: Wed, 2 Oct 2024 14:19:54 +0200 Subject: [PATCH] fix classifier in pyproject Change-Id: I2a4fcdbd64aa0645e10f8d93f6edc13acba300da --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dd227ac..fc009d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ "palettable", ] classifiers=[ - "Development Status :: 5 - Stable", + "Development Status :: 5 - Production/Stable", "Intended Audience :: Education", "Intended Audience :: Science/Research", "Programming Language :: Python",