mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-02-22 02:25:56 +08:00
🐛 fix override
This commit is contained in:
parent
d476c7e999
commit
a99d33198f
@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "nonebot-adapter-cqhttp"
|
name = "nonebot-adapter-cqhttp"
|
||||||
version = "2.0.0-alpha.11"
|
version = "2.0.0a11.post1"
|
||||||
description = "OneBot(CQHTTP) adapter for nonebot2"
|
description = "OneBot(CQHTTP) adapter for nonebot2"
|
||||||
authors = ["yanyongyu <yyy@nonebot.dev>"]
|
authors = ["yanyongyu <yyy@nonebot.dev>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
@ -20,6 +20,7 @@ classifiers = [
|
|||||||
packages = [
|
packages = [
|
||||||
{ include = "nonebot" }
|
{ include = "nonebot" }
|
||||||
]
|
]
|
||||||
|
exclude = ["nonebot/adapters/__init__.py"]
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.7.3"
|
python = "^3.7.3"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "nonebot-adapter-ding"
|
name = "nonebot-adapter-ding"
|
||||||
version = "2.0.0-alpha.11"
|
version = "2.0.0a11.post1"
|
||||||
description = "Ding adapter for nonebot2"
|
description = "Ding adapter for nonebot2"
|
||||||
authors = ["Artin <lengthmin@gmail.com>", "yanyongyu <yyy@nonebot.dev>"]
|
authors = ["Artin <lengthmin@gmail.com>", "yanyongyu <yyy@nonebot.dev>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
@ -20,6 +20,7 @@ classifiers = [
|
|||||||
packages = [
|
packages = [
|
||||||
{ include = "nonebot" }
|
{ include = "nonebot" }
|
||||||
]
|
]
|
||||||
|
exclude = ["nonebot/adapters/__init__.py"]
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.7.3"
|
python = "^3.7.3"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "nonebot-adapter-mirai"
|
name = "nonebot-adapter-mirai"
|
||||||
version = "2.0.0-alpha.11"
|
version = "2.0.0a11.post1"
|
||||||
description = "Mirai Api HTTP adapter for nonebot2"
|
description = "Mirai Api HTTP adapter for nonebot2"
|
||||||
authors = ["Mix <admin@yami.im>", "yanyongyu <yyy@nonebot.dev>"]
|
authors = ["Mix <admin@yami.im>", "yanyongyu <yyy@nonebot.dev>"]
|
||||||
license = "AGPL-3.0-or-later"
|
license = "AGPL-3.0-or-later"
|
||||||
@ -20,6 +20,7 @@ classifiers = [
|
|||||||
packages = [
|
packages = [
|
||||||
{ include = "nonebot" }
|
{ include = "nonebot" }
|
||||||
]
|
]
|
||||||
|
exclude = ["nonebot/adapters/__init__.py"]
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.7.3"
|
python = "^3.7.3"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user