forked from mindspore-Ecosystem/mindspore
!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:
commit
40a0cd4a57
1
setup.py
1
setup.py
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue