add binary for running

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
2024-07-28 15:07:12 -04:00
parent 1ea9ad9813
commit 498bb2a85b
2 changed files with 12 additions and 0 deletions

View File

@ -10,6 +10,8 @@ readme = "README.md"
python = "^3.11"
sqlalchemy = "^2.0.31"
[tool.poetry.scripts]
main = "app.main:main"
[tool.poetry.group.dev.dependencies]
ruff = "0.5.1"