Skip to content

Commit

Permalink
Change app.spec
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaloney111 committed May 13, 2024
1 parent 022d86c commit 3ce3e52
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 62 deletions.
2 changes: 1 addition & 1 deletion api/app.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ from PyInstaller.utils.hooks import collect_submodules
from PyInstaller.utils.hooks import collect_dynamic_libs

# Specify the entry point Python script
entry_point = 'api/app.py'
entry_point = 'app.py'

# Collect necessary data files and binaries
datas = collect_data_files('sklearn')
Expand Down
61 changes: 0 additions & 61 deletions app.spec

This file was deleted.

0 comments on commit 3ce3e52

Please sign in to comment.