aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/pyproject.toml
blob: f4309312bb77112ebc83c9efce79acff1db3615d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[project]
name = "infini"
version = "2.0.0-alpha.1"
description = "Infini 核心标准文本输入输出模块"
authors = [
    { name = "简律纯", email = "i@jyunko.cn" },
    { name = "苏向夜", email = "fu050409@163.com" },
]
dependencies = [
    "pydantic",
    "multilogging",
    "rich>=13.7.0",
]
requires-python = ">=3.10"
readme = "README.md"
license = { text = "MIT" }

[build-system]
requires = ["pdm-backend"]
build-backend = "pdm.backend"


[tool.pdm]
distribution = true