summaryrefslogtreecommitdiff
path: root/pyproject.toml
blob: 56dbf61205f232de5566d8029d5700441a88b6b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[tool.poetry]
name = "ATRI"
version = "0.0.1"
description = "仅用于自动格式化代码"
authors = ["Kyomotoi <[email protected]>"]
license = "GPLv3"
readme = "README.md"
homepage = "https://github.com/Kyomotoi/ATRI"
repository = "https://github.com/Kyomotoi/ATRI"
documentation = "https://github.com/Kyomotoi/ATRI/wiki"

[tool.poetry.dependencies]
python = "^3.8"

[tool.poetry.dev-dependencies]
black = "^21.4-beta.0"

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"