install pyinstaller
This commit is contained in:
parent
ad27cd8e9d
commit
7cf376021c
1 changed files with 2 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ dependencies = [
|
|||
'black',
|
||||
'alembic',
|
||||
'pygame',
|
||||
'pyinstaller',
|
||||
"pyflyby",
|
||||
"anyconfig",
|
||||
"copier",
|
||||
|
|
@ -89,6 +90,7 @@ format = "black learn_sql_model"
|
|||
format-check = "black --check learn_sql_model"
|
||||
fix_ruff = "ruff --fix learn_sql_model"
|
||||
fix = ['format', 'fix_ruff']
|
||||
build = "pyinstaller --onefile --name learn_sql_model --clean --noconsole learn_sql_model/game/game.py"
|
||||
build-docs = "markata build"
|
||||
lint-test = [
|
||||
"lint",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue