Update pyproject.toml
add authors for pyproject.toml
This commit is contained in:
parent
60ee866fbf
commit
c1912d1ba8
@ -4,6 +4,7 @@ version = "0.1.0"
|
|||||||
description = "NoneBot2 绝地潜兵助手"
|
description = "NoneBot2 绝地潜兵助手"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
packages = [{include = "nonebot_plugin_helldivers_tools"}]
|
packages = [{include = "nonebot_plugin_helldivers_tools"}]
|
||||||
|
authors = ["sansenhoshi"]
|
||||||
repository = "https://github.com/sansenhoshi/nonebot_plugin_helldivers_tools"
|
repository = "https://github.com/sansenhoshi/nonebot_plugin_helldivers_tools"
|
||||||
keywords = ["nonebot2", "helldivers"]
|
keywords = ["nonebot2", "helldivers"]
|
||||||
|
|
||||||
@ -17,4 +18,4 @@ playwright = ">=1.46.0"
|
|||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry-core"]
|
requires = ["poetry-core"]
|
||||||
build-backend = "poetry.core.masonry.api"
|
build-backend = "poetry.core.masonry.api"
|
||||||
|
Loading…
Reference in New Issue
Block a user