Browse Source

!1235 Update PyPI classifiers Development Status

From: @zhdxmd
Reviewed-by: @ouwenchang,@wenkai_dist
Signed-off-by: @wenkai_dist
tags/v1.2.0-rc1
mindspore-ci-bot Gitee 4 years ago
parent
commit
6b9a04abde
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      setup.py

+ 1
- 1
setup.py View File

@@ -215,7 +215,7 @@ if __name__ == '__main__':
python_requires='>=3.7', python_requires='>=3.7',
install_requires=get_install_requires(), install_requires=get_install_requires(),
classifiers=[ classifiers=[
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
'Environment :: Console', 'Environment :: Console',
'Environment :: Web Environment', 'Environment :: Web Environment',
'Intended Audience :: Science/Research', 'Intended Audience :: Science/Research',


Loading…
Cancel
Save