Skip to content

Commit 619e0c0

Browse files
authored
Update pyproject.toml
1 parent d42fb7c commit 619e0c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ test = [
3232
]
3333

3434
[tool.nonebot]
35-
plugin-dirs = ["src"]
35+
plugins = ["nonebot_plugin_limiter"]
3636

3737
[tool.pytest.ini_options]
3838
asyncio_mode = "auto"
3939
asyncio_default_fixture_loop_scope = "session"
40-
pythonpath = ["src"]
40+
pythonpath = ["nonebot_plugin_limiter"]
4141
addopts = [
4242
"-v", # 详细输出
4343
"-s", # 显示打印信息

0 commit comments

Comments
 (0)