aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/example/pyproject.toml
blob: b72ff508b5de0d49e3467ca75a86efa52cbaf4b0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[project]
name = "example"
version = "0.1.0"
description = "示例规则包"
authors = [
    {name = "fu050409",email = "fu050409@163.com"},
]
license = {text = "AGPLv3"}
dependencies = ["infini>2.1.0"]
requires-python = ">=3.8"
readme = "README.md"

[tool.pdm]
distribution = true

[tool.pdm.dev-dependencies]
dev = ["pytest"]