summaryrefslogtreecommitdiff
path: root/pyproject.toml
blob: 3f573e268b5c7b41cd473aab8623e2f2621d30ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[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"

[tool.pytest.ini_options]
addopts = '-p no:warnings'

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