VoiceDialogue / build /pyinstaller /hooks /hook-en_core_web_sm.py
liumaolin
Add PyInstaller hooks and spec file for project packaging.
aa586b2
raw
history blame contribute delete
157 Bytes
from PyInstaller.utils.hooks import collect_data_files, copy_metadata
datas = collect_data_files('en_core_web_sm')
datas += copy_metadata('en_core_web_sm')