packaging options

This commit is contained in:
Denys SAVCHENKO
2024-06-29 23:27:10 +02:00
parent f331e852f7
commit 1c1d1a57d5
2 changed files with 9 additions and 13 deletions

2
hook-flask_bootstrap.py Normal file
View File

@ -0,0 +1,2 @@
from PyInstaller.utils.hooks import collect_data_files
datas = collect_data_files('flask_bootstrap')