Smoke test
This commit is contained in:
parent
33a4ad3ad0
commit
97be62e2d7
5 changed files with 64 additions and 4 deletions
|
@ -20,7 +20,11 @@ requires = ["hatchling", "uv-dynamic-versioning"]
|
|||
build-backend = "hatchling.build"
|
||||
|
||||
[dependency-groups]
|
||||
dev = ["dunamai>=1.24.1", "ipdb>=0.13.13"]
|
||||
dev = [
|
||||
"dunamai>=1.24.1",
|
||||
"ipdb>=0.13.13",
|
||||
"pytest-asyncio>=1.0.0",
|
||||
]
|
||||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["src/knoc_plugin_template"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue