From 3c4d406c87bae90a3302a3e132b0c890adc4270a Mon Sep 17 00:00:00 2001 From: oliver Date: Sat, 3 Aug 2024 23:49:00 +0200 Subject: [PATCH] Development Status :: 4 - Beta --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 645c1d3..c2ce064 100644 --- a/setup.py +++ b/setup.py @@ -89,7 +89,7 @@ package_data={'': ['*.so', '*.dll', '*.py', '*.pyd', '*.pyi']}, include_package_data=True, classifiers=[ - "Development Status :: 5 - Production/Beta", + "Development Status :: 4 - Beta", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9",