We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c6e91e commit 9aba3f5Copy full SHA for 9aba3f5
.gitignore
@@ -185,3 +185,4 @@ data/
185
logs/
186
tmp/
187
cache/
188
+build/
pyproject.toml
@@ -1,7 +1,7 @@
1
[project]
2
name = "amrita-plugin-exec"
3
description = "Command execution plugin for Amrita"
4
-version = "0.1.2"
+version = "0.1.2.post1"
5
dependencies = [
6
"amrita[full]>=0.4.2",
7
"docker>=6.0.0",
@@ -19,7 +19,7 @@ plugin_dirs = []
19
plugins=["amrita_plugin_exec"] # 修改插件名称,使用下划线格式
20
21
[tool.setuptools.packages.find]
22
-include = ["amrita-plugin-*"]
+include = ["amrita_plugin_*"]
23
24
[[tool.nonebot.adapters]]
25
name = "OneBot V11"
0 commit comments