From 5b0bffe06541475eacfa163b84d1b5cef77a760e Mon Sep 17 00:00:00 2001 From: Akash Saravanan Date: Tue, 7 Nov 2023 13:47:37 -0700 Subject: [PATCH] Fix(setup.py): update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f31165e..c8128b1 100644 --- a/setup.py +++ b/setup.py @@ -59,7 +59,7 @@ def get_version(rel_path: str) -> str: install_requires=install_requires, python_requires=">=3.7", classifiers=[ - "Development Status :: 5 - Production/Stable", # Chose either "3 - Alpha", "4 - Beta" or "5 - Production/Stable" as the current state of your package + "Development Status :: 4 - Beta", # Chose either "3 - Alpha", "4 - Beta" or "5 - Production/Stable" as the current state of your package "Intended Audience :: Developers", # Define that your audience are developers "Topic :: Software Development :: Build Tools", "License :: OSI Approved :: MIT License", # Again, pick a license