2023-11-26 22:31:00 +00:00
|
|
|
[tool.poetry]
|
2023-11-28 03:49:55 +00:00
|
|
|
name = "app"
|
2023-11-26 22:31:00 +00:00
|
|
|
version = "0.1.0"
|
|
|
|
description = ""
|
|
|
|
authors = ["Your Name <you@example.com>"]
|
|
|
|
license = "MIT"
|
|
|
|
readme = "README.md"
|
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
|
|
|
python = "^3.11"
|
|
|
|
|
|
|
|
[build-system]
|
|
|
|
requires = ["poetry-core"]
|
|
|
|
build-backend = "poetry.core.masonry.api"
|
2023-11-28 03:49:55 +00:00
|
|
|
|
|
|
|
[tool.poetry.scripts]
|
|
|
|
app = "app:main"
|