aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/pyproject.toml
blob: 1b0aa5c60e96f35d1cc23ae943e4bc90a1b8150e (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 = "ipm"
version = "0.1.0-alpha.2"
description = "Infini Package Manager"
authors = [
    {name = "苏向夜", email = "fu050409@163.com"},
]
dependencies = [
    "multilogging>=1.0.2",
    "pytest>=7.4.4",
    "toml>=0.10.2",
    "requests>=2.31.0",
]
requires-python = ">=3.10"
readme = "README.md"
license = {text = "MIT"}

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


[tool.pdm]
package-type = "library"