2021-12-08 06:12:16 +00:00
|
|
|
from PyInstaller.utils.hooks import collect_data_files
|
|
|
|
|
|
|
|
# https://pyinstaller.readthedocs.io/en/stable/hooks.html#provide-hooks-with-package
|
|
|
|
|
2021-12-08 06:42:20 +00:00
|
|
|
datas = collect_data_files('caver', excludes=['__pyinstaller'])
|