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',
|
'black',
|
||||||
'alembic',
|
'alembic',
|
||||||
'pygame',
|
'pygame',
|
||||||
|
'pyinstaller',
|
||||||
"pyflyby",
|
"pyflyby",
|
||||||
"anyconfig",
|
"anyconfig",
|
||||||
"copier",
|
"copier",
|
||||||
|
|
@ -89,6 +90,7 @@ format = "black learn_sql_model"
|
||||||
format-check = "black --check learn_sql_model"
|
format-check = "black --check learn_sql_model"
|
||||||
fix_ruff = "ruff --fix learn_sql_model"
|
fix_ruff = "ruff --fix learn_sql_model"
|
||||||
fix = ['format', 'fix_ruff']
|
fix = ['format', 'fix_ruff']
|
||||||
|
build = "pyinstaller --onefile --name learn_sql_model --clean --noconsole learn_sql_model/game/game.py"
|
||||||
build-docs = "markata build"
|
build-docs = "markata build"
|
||||||
lint-test = [
|
lint-test = [
|
||||||
"lint",
|
"lint",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue