v0.3.3,动态版本号与版本号输出

This commit is contained in:
2024-10-23 01:40:09 +08:00
parent 2eaf719ec9
commit eba300cdd1
7 changed files with 28 additions and 36 deletions

View File

@ -1,6 +1,6 @@
[project]
name = "nonebot-plugin-marshoai"
version = "0.3.2"
dynamic = ["version"]
description = "Nonebot2插件调用Azure OpenAI服务实现猫娘聊天"
readme = "README.md"
requires-python = "<4.0,>=3.9"
@ -22,15 +22,13 @@ Homepage = "https://github.com/LiteyukiStudio/nonebot-plugin-marshoai"
[tool.nonebot]
plugins = ["nonebot_plugin_marshoai"]
adapters = [{name = "OneBot V11", module_name = "nonebot.adapters.onebot.v11"}]
[tool.pdm]
distribution = true
[tool.pdm.version]
source = "file"
path = "nonebot_plugin_marshoai/__init__.py"
path = "nonebot_plugin_marshoai/constants.py"
[tool.pdm.build]
includes = []