aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/pyproject.toml
blob: 89ca8734819cb8784841c85ab0e46919d6a97f6e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[project]
name = "examples"
version = "0.1.0"
description = "EXAMPLES 规则包"
authors = [
    {name = "admin",email = "admin@example.com"},
]
license = {text = "MIT"}
webpage = ""
unzip = 1
dependencies = ["infini"]
requires-python = ">=3.8"
readme = "README.md"

[tool.pdm]
distribution = true

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