Modify long description format of whl package

Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
This commit is contained in:
zhoufeng 2020-06-28 09:52:10 +08:00
parent 4f377f2ab4
commit 6f720a6cd8
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,