!2627 Modify long description format of whl package

Merge pull request !2627 from zhoufeng/modify-long-description-format-r0.5
This commit is contained in:
mindspore-ci-bot 2020-06-28 14:10:52 +08:00 committed by Gitee
commit 40a0cd4a57
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,