From 39a7efeecd19b75436c013afa97e0cb650f8345d Mon Sep 17 00:00:00 2001 From: Kyomotoi Date: Thu, 26 Aug 2021 10:43:23 +0800 Subject: =?UTF-8?q?=F0=9F=9A=91=EF=B8=8F=20=E4=BF=9D=E7=95=99=20pyproject?= =?UTF-8?q?=20=E4=BE=9B=20action=20=E4=BD=BF=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pyproject.toml 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 "] +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" -- cgit v1.2.3