Skip to content

Commit

Permalink
fix: hook for dask, which needs jinja templates to be included
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenbreddels committed Dec 24, 2024
1 parent 4cb858b commit 59b0c08
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions standalone/hooks/hook-dask.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from PyInstaller.utils.hooks import collect_data_files

datas = collect_data_files('dask')

0 comments on commit 59b0c08

Please sign in to comment.