web/freedium-library/pyproject.toml
2024-10-29 14:47:34 +05:00

17 lines
334 B
TOML

[project]
name = "freedium-library"
version = "0.1.0"
description = "Default template for PDM package"
authors = [
{name = "ZhymabekRoman", email = "robanokssamit@yandex.ru"},
]
dependencies = [
"litestar>=2.12.1",
]
requires-python = "==3.12.*"
readme = "README.md"
license = {text = "MIT"}
[tool.pdm]
distribution = false