!2626 Modify long description format of whl package

Merge pull request !2626 from zhoufeng/modify-long-description-format
This commit is contained in:
mindspore-ci-bot 2020-06-28 14:10:17 +08:00 committed by Gitee
commit d6d93f16b1
1 changed files with 1 additions and 0 deletions

View File

@ -161,6 +161,7 @@ setup(
description='MindSpore is a new open source deep learning training/inference '
'framework that could be used for mobile, edge and cloud scenarios.',
long_description="\n\n".join([readme, release]),
long_description_content_type="text/markdown",
packages=find_packages(),
package_data=package_data,
include_package_data=True,