From 7cf376021c2596239c2e25364cf81b87bfeec4f7 Mon Sep 17 00:00:00 2001 From: "Waylon S. Walker" Date: Wed, 14 Jun 2023 20:31:26 -0500 Subject: [PATCH] install pyinstaller --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 950d197..549f520 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",