Browse Source

!1124 update the setup.py for python3.9

From: @shenghong96
Reviewed-by: @wenkai_dist,@ouwenchang
Signed-off-by: @ouwenchang
tags/v1.2.0-rc1
mindspore-ci-bot Gitee 5 years ago
parent
commit
613dd2162f
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      setup.py

+ 2
- 1
setup.py View File

@@ -1,4 +1,4 @@
# Copyright 2019 Huawei Technologies Co., Ltd.All Rights Reserved.
# Copyright 2019-2021 Huawei Technologies Co., Ltd.All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -223,6 +223,7 @@ if __name__ == '__main__':
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Topic :: Scientific/Engineering',
'Topic :: Scientific/Engineering :: Artificial Intelligence',
'Topic :: Software Development',


Loading…
Cancel
Save