Skip to content

Commit

Permalink
remove migrations in metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
MeetWq committed Dec 3, 2024
1 parent 9e93991 commit 96b93a3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions nonebot_plugin_chess/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
)
from nonebot_plugin_uninfo import Uninfo

from . import migrations
from .config import Config
from .game import AiPlayer, Game, Player

Expand All @@ -50,10 +49,6 @@
supported_adapters=inherit_supported_adapters(
"nonebot_plugin_alconna", "nonebot_plugin_uninfo"
),
extra={
"example": "@小Q 国际象棋人机lv5\ne2e4\n结束下棋",
"orm_version_location": migrations,
},
)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nonebot_plugin_chess"
version = "0.5.1"
version = "0.5.2"
description = "Nonebot2 国际象棋插件"
authors = ["meetwq <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 96b93a3

Please sign in to comment.