mirror of
https://codeberg.org/Freedium-cfd/web.git
synced 2026-03-11 09:04:37 +00:00
17 lines
334 B
TOML
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
|