X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/e0c572833a3e2b42cd45237c26a67c6f5be4b09d..0d768e58f42d9aec20637d21ad261f7f9eaacae8:/setup.py diff --git a/setup.py b/setup.py index c591799..466f1a9 100644 --- a/setup.py +++ b/setup.py @@ -112,9 +112,8 @@ setup( "uvloop": ["uvloop>=0.15.2"], "jupyter": ["ipython>=7.8.0", "tokenize-rt>=3.2.0"], }, - 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",