Fix pyptoject.toml packages
This commit is contained in:
parent
304dc5c600
commit
647b3005b4
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ description = "FastAPI demo application"
|
||||||
authors = ["Yehuda Deutsch <yeh@uda.co.il>"]
|
authors = ["Yehuda Deutsch <yeh@uda.co.il>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
packages = [{include = "demo_fastapi"}]
|
packages = [{include = "ajal_demo"}]
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.11"
|
python = "^3.11"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue