mirror of
https://github.com/katanemo/plano.git
synced 2026-05-27 14:17:15 +02:00
fix cli (#739)
This commit is contained in:
parent
97bcd8cabb
commit
f066163c72
1 changed files with 1 additions and 2 deletions
|
|
@ -35,10 +35,9 @@ path = "planoai/__init__.py"
|
|||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["planoai"]
|
||||
include = ["planoai/templates/*.yaml"]
|
||||
|
||||
[tool.hatch.build.targets.sdist]
|
||||
include = ["planoai/templates/*.yaml"]
|
||||
include = ["planoai/**"]
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
addopts = ["-v"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue