!46032 include notice in whl

Merge pull request !46032 from Henry Shi/notice_whl
This commit is contained in:
i-robot 2022-11-29 02:26:39 +00:00 committed by Gitee
commit 09fb9ad966
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 8 additions and 1 deletions

View File

@ -269,6 +269,12 @@ install(
COMPONENT mindspore
)
file(GLOB NOTICE ${CMAKE_SOURCE_DIR}/Third_Party_Open_Source_Software_Notice)
install(
FILES ${NOTICE}
DESTINATION ${INSTALL_PY_DIR}
COMPONENT mindspore
)
install(
DIRECTORY
${CMAKE_SOURCE_DIR}/mindspore/python/mindspore/nn

View File

@ -123,7 +123,8 @@ package_data = {
'include/*',
'include/*/*',
'include/*/*/*',
'include/*/*/*/*'
'include/*/*/*/*',
'Third_Party_Open_Source_Software_Notice'
]
}