From c1912d1ba8e7ea7f55c092e28690e44c5d77ac6f Mon Sep 17 00:00:00 2001 From: sansenhoshi <49948534+sansenhoshi@users.noreply.github.com> Date: Mon, 30 Dec 2024 11:32:40 +0800 Subject: [PATCH] Update pyproject.toml add authors for pyproject.toml --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 87e7ea2..29172b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,6 +4,7 @@ version = "0.1.0" description = "NoneBot2 绝地潜兵助手" readme = "README.md" packages = [{include = "nonebot_plugin_helldivers_tools"}] +authors = ["sansenhoshi"] repository = "https://github.com/sansenhoshi/nonebot_plugin_helldivers_tools" keywords = ["nonebot2", "helldivers"] @@ -17,4 +18,4 @@ playwright = ">=1.46.0" [build-system] requires = ["poetry-core"] -build-backend = "poetry.core.masonry.api" \ No newline at end of file +build-backend = "poetry.core.masonry.api"