fix the setup.py (#1076)

pull/1077/head
Jackwaterveg 3 years ago committed by GitHub
parent a6a81e6365
commit db6d075c98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -214,7 +214,7 @@ setup_info = dict(
},
# Package info
packages=find_packages(include=('paddlespeech')),
packages=find_packages(include=('paddlespeech*')),
zip_safe=True,
classifiers=[
'Development Status :: 3 - Alpha',

Loading…
Cancel
Save