“22a628422b0db355c5a87f40c39604fe3dd73658”上不存在“mobile/test/operators/test_pool_op.cpp”
未验证 提交 896da6dc 编写于 作者: 小湉湉's avatar 小湉湉 提交者: GitHub

remove utils and third_party in paddlespeech's site-packages (#2867)

上级 ac3ed3c5
......@@ -273,7 +273,7 @@ def main():
},
# Package info
packages=find_packages(include=('paddleaudio*')),
packages=find_packages(include=['paddleaudio*']),
package_data=lib_package_data,
ext_modules=setup_helpers.get_ext_modules(),
zip_safe=True,
......
......@@ -300,7 +300,7 @@ setup_info = dict(
},
# Package info
packages=find_packages(include=('paddlespeech*')),
packages=find_packages(include=['paddlespeech*'], exclude=['utils', 'third_party']),
zip_safe=True,
classifiers=[
'Development Status :: 5 - Production/Stable',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册