From: Richard Si <63936253+ichard26@users.noreply.github.com> Date: Sat, 29 Jan 2022 15:37:51 +0000 (-0500) Subject: Update classifiers to reflect stable (#2823) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/8acb8548c36882a124127d25287f4f38de3c2ff8 Update classifiers to reflect stable (#2823) --- diff --git a/setup.py b/setup.py index c591799..8f904d2 100644 --- a/setup.py +++ b/setup.py @@ -114,7 +114,7 @@ setup( }, test_suite="tests.test_black", classifiers=[ - "Development Status :: 4 - Beta", + "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License",