Skip to content

Commit 8fc7c92

Browse files
committed
Fix classifiers
1 parent 9e9d2ca commit 8fc7c92

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,10 @@ def read(fname):
6161
download_url=DOWNLOAD_URL,
6262
license="BSD 3-Clause License",
6363
keywords=KEYWORDS,
64-
classifiers=["Development Status :: 3 - Alpha",
64+
classifiers=["Development Status :: 5 - Production/Stable",
6565
'Intended Audience :: Science/Research',
6666
'Intended Audience :: Education',
6767
'Intended Audience :: Developers',
68-
'Topic :: Scientific/Engineering :: Visualization',
6968
"Programming Language :: Python :: 3.7",
7069
"Programming Language :: Python :: 3.8"
71-
"Programming Language :: Python :: 3.9"
7270
])

0 commit comments

Comments
 (0)