summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"