set cli package to planoai instead of cli

fixes https://github.com/katanemo/plano/issues/651
This commit is contained in:
Adil Hafeez 2025-12-27 23:00:32 -08:00
parent 053e2b3a74
commit 18c9d88f6b
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
5 changed files with 28 additions and 16 deletions

View file

@ -33,3 +33,8 @@ packages = ["planoai"]
[tool.pytest.ini_options]
addopts = ["-v"]
[tool.uv]
dev-dependencies = [
"pytest>=8.4.2",
]