forked from OSSInnovation/mindspore
Modify long description format of whl package
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
This commit is contained in:
parent
4f377f2ab4
commit
6f720a6cd8
1
setup.py
1
setup.py
|
@ -161,6 +161,7 @@ setup(
|
||||||
description='MindSpore is a new open source deep learning training/inference '
|
description='MindSpore is a new open source deep learning training/inference '
|
||||||
'framework that could be used for mobile, edge and cloud scenarios.',
|
'framework that could be used for mobile, edge and cloud scenarios.',
|
||||||
long_description="\n\n".join([readme, release]),
|
long_description="\n\n".join([readme, release]),
|
||||||
|
long_description_content_type="text/markdown",
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
package_data=package_data,
|
package_data=package_data,
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
|
|
Loading…
Reference in New Issue