We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e9d2ca commit 8fc7c92Copy full SHA for 8fc7c92
1 file changed
setup.py
@@ -61,12 +61,10 @@ def read(fname):
61
download_url=DOWNLOAD_URL,
62
license="BSD 3-Clause License",
63
keywords=KEYWORDS,
64
- classifiers=["Development Status :: 3 - Alpha",
+ classifiers=["Development Status :: 5 - Production/Stable",
65
'Intended Audience :: Science/Research',
66
'Intended Audience :: Education',
67
'Intended Audience :: Developers',
68
- 'Topic :: Scientific/Engineering :: Visualization',
69
"Programming Language :: Python :: 3.7",
70
"Programming Language :: Python :: 3.8"
71
- "Programming Language :: Python :: 3.9"
72
])
0 commit comments