Skip to content

Commit

Permalink
Fix classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
EtienneCmb committed May 15, 2021
1 parent 9e9d2ca commit 8fc7c92
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
])

0 comments on commit 8fc7c92

Please sign in to comment.