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

[tool.pdm]
distribution = true

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