From e2598742e081d21aa6b3b730ec682b54d8c53064 Mon Sep 17 00:00:00 2001 From: MintoDA1 <51412913+MintoDA1@users.noreply.github.com> Date: Sat, 19 Aug 2023 22:48:28 -0400 Subject: [PATCH] Fixed typo in Development Status classifier --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1717fd9db..0473f5caf 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ # 3 - Alpha # 4 - Beta # 5 - Production/Stable - 'Development Status :: 3 - Alpha/Development', + 'Development Status :: 3 - Alpha', # Indicate who your project is intended for 'Intended Audience :: Science/Research',