fix pyinstaller hook

This commit is contained in:
duncathan 2021-12-08 00:42:20 -06:00
parent 42f4e74c85
commit 24a1f0eb49
4 changed files with 23 additions and 26 deletions

View file

@ -0,0 +1,5 @@
from PyInstaller.utils.hooks import collect_data_files
# https://pyinstaller.readthedocs.io/en/stable/hooks.html#provide-hooks-with-package
datas = collect_data_files('caver', excludes=['__pyinstaller'])

File diff suppressed because one or more lines are too long