Skip to content

Commit 7034c65

Browse files
committed
Add migration and tax data directories to packaging script
- Updated the `pack_app.py` script to include new directories for migrations and tax data in the packaging process, ensuring all necessary files are included for deployment.
1 parent 493455a commit 7034c65

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

scripts/pack_app.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ def get_icon_path():
2626
added_files = [
2727
("templates", "./templates"),
2828
("tuttle_tests/data", "./tuttle_tests/data"),
29+
("tuttle/migrations", "./tuttle/migrations"),
30+
("tuttle/tax_data", "./tuttle/tax_data"),
2931
]
3032

3133
# options to be passed to flet pack

0 commit comments

Comments
 (0)