fix broken package metadata content

This commit is contained in:
yanghaoran 2021-04-06 11:11:56 +08:00
parent f324a9a760
commit a4447173ed
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,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),
long_description=readme,
long_description_content_type="text/markdown",
packages=find_packages(),
package_data=package_data,