Skip to content

Commit 9aba3f5

Browse files
fix:打包错误
1 parent 3c6e91e commit 9aba3f5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,3 +185,4 @@ data/
185185
logs/
186186
tmp/
187187
cache/
188+
build/

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "amrita-plugin-exec"
33
description = "Command execution plugin for Amrita"
4-
version = "0.1.2"
4+
version = "0.1.2.post1"
55
dependencies = [
66
"amrita[full]>=0.4.2",
77
"docker>=6.0.0",
@@ -19,7 +19,7 @@ plugin_dirs = []
1919
plugins=["amrita_plugin_exec"] # 修改插件名称,使用下划线格式
2020

2121
[tool.setuptools.packages.find]
22-
include = ["amrita-plugin-*"]
22+
include = ["amrita_plugin_*"]
2323

2424
[[tool.nonebot.adapters]]
2525
name = "OneBot V11"

0 commit comments

Comments
 (0)