From 8fc7c9264669f630297183e5bbfc2a82c18258c6 Mon Sep 17 00:00:00 2001 From: EtienneCmb Date: Sat, 15 May 2021 15:32:43 +0200 Subject: [PATCH] Fix classifiers --- setup.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 8974b97de..42d59f3b4 100644 --- a/setup.py +++ b/setup.py @@ -61,12 +61,10 @@ def read(fname): download_url=DOWNLOAD_URL, license="BSD 3-Clause License", keywords=KEYWORDS, - classifiers=["Development Status :: 3 - Alpha", + classifiers=["Development Status :: 5 - Production/Stable", 'Intended Audience :: Science/Research', 'Intended Audience :: Education', 'Intended Audience :: Developers', - 'Topic :: Scientific/Engineering :: Visualization', "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8" - "Programming Language :: Python :: 3.9" ])