summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyomotoi <[email protected]>2021-08-26 10:43:23 +0800
committerGitHub <[email protected]>2021-08-26 10:43:23 +0800
commit39a7efeecd19b75436c013afa97e0cb650f8345d (patch)
tree0afe957e2ef4f071c2c74a7c706c6d2b1fb0afd5
parente582203a2d8b52d0434d93c2986a2e467da48448 (diff)
downloadATRI-39a7efeecd19b75436c013afa97e0cb650f8345d.tar.gz
ATRI-39a7efeecd19b75436c013afa97e0cb650f8345d.tar.bz2
ATRI-39a7efeecd19b75436c013afa97e0cb650f8345d.zip
🚑️ 保留 pyproject 供 action 使用
-rw-r--r--pyproject.toml20
1 files changed, 20 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
new file mode 100644
index 0000000..56dbf61
--- /dev/null
+++ b/pyproject.toml
@@ -0,0 +1,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"