🔀 Merge pull request #261

Fix: fix adapter override namespace file
This commit is contained in:
Ju4tCode 2021-03-05 10:40:39 -06:00 committed by GitHub
commit 662c5c09a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "nonebot-adapter-cqhttp"
version = "2.0.0-alpha.11"
version = "2.0.0a11.post1"
description = "OneBot(CQHTTP) adapter for nonebot2"
authors = ["yanyongyu <yyy@nonebot.dev>"]
license = "MIT"
@ -20,6 +20,7 @@ classifiers = [
packages = [
{ include = "nonebot" }
]
exclude = ["nonebot/adapters/__init__.py"]
[tool.poetry.dependencies]
python = "^3.7.3"

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "nonebot-adapter-ding"
version = "2.0.0-alpha.11"
version = "2.0.0a11.post1"
description = "Ding adapter for nonebot2"
authors = ["Artin <lengthmin@gmail.com>", "yanyongyu <yyy@nonebot.dev>"]
license = "MIT"
@ -20,6 +20,7 @@ classifiers = [
packages = [
{ include = "nonebot" }
]
exclude = ["nonebot/adapters/__init__.py"]
[tool.poetry.dependencies]
python = "^3.7.3"

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "nonebot-adapter-mirai"
version = "2.0.0-alpha.11"
version = "2.0.0a11.post1"
description = "Mirai Api HTTP adapter for nonebot2"
authors = ["Mix <admin@yami.im>", "yanyongyu <yyy@nonebot.dev>"]
license = "AGPL-3.0-or-later"
@ -20,6 +20,7 @@ classifiers = [
packages = [
{ include = "nonebot" }
]
exclude = ["nonebot/adapters/__init__.py"]
[tool.poetry.dependencies]
python = "^3.7.3"