From d0410d5c83dfa0e5ee2f5d8d973fb6d5c04139ee Mon Sep 17 00:00:00 2001 From: Stephen Rosen Date: Tue, 15 Oct 2024 12:29:03 -0500 Subject: [PATCH] Metadata bugfix --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 182505d..abe4dd3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ authors = [ { name = "Stephen Rosen", email = "sirosen0@gmail.com" }, ] classifiers = [ - "Development Status :: 5 - Production", + "Development Status :: 5 - Production/Stable", "Programming Language :: Python", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10",