Skip to content

Commit

Permalink
Add missing paste.app_factory and script in custom
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Oct 16, 2024
1 parent 2713b61 commit abe577e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions custom/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ version = '0.0.0'
description = 'Not used'
authors = []

[tool.poetry.scripts]
custom-initialize-db = "custom.scripts.initialize_db:main"

[tool.poetry.plugins."paste.app_factory"]
main = "custom:main"

[tool.poetry.dependencies]
python = ">=3.12,<3.13"
gunicorn = "23.0.0"
Expand Down

0 comments on commit abe577e

Please sign in to comment.