From 1830bce87e6c6a9626e1e7300aa3648ed01deba9 Mon Sep 17 00:00:00 2001 From: Proton Date: Thu, 5 Jan 2023 21:34:27 +0800 Subject: [PATCH] [misc] Update python package metadata (#7063) Issue: # ### Brief Summary --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index eaef9c9b0b858..1b211638c97db 100644 --- a/setup.py +++ b/setup.py @@ -21,14 +21,13 @@ root_dir = os.path.dirname(os.path.abspath(__file__)) classifiers = [ - 'Development Status :: 2 - Pre-Alpha', + 'Development Status :: 5 - Production/Stable', 'Topic :: Software Development :: Compilers', 'Topic :: Multimedia :: Graphics', 'Topic :: Games/Entertainment :: Simulation', 'Intended Audience :: Science/Research', 'Intended Audience :: Developers', 'License :: OSI Approved :: Apache Software License', - 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9',