From 92091a6916ff6e75b463af931d19e938e7f5d957 Mon Sep 17 00:00:00 2001 From: Jochen Kupperschmidt Date: Tue, 7 Jan 2025 02:30:43 +0100 Subject: [PATCH] Change development status classifier to "mature" --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 03dd0a3..c0edad8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ authors = [ license = { text = "MIT" } keywords = [ "basketball", "rankings", "scrape" ] classifiers = [ - "Development Status :: 4 - Beta", + "Development Status :: 6 - Mature", "Intended Audience :: Other Audience", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent",