未验证 提交 896da6dc 编写于 作者: 小湉湉's avatar 小湉湉 提交者: GitHub

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

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