use uv to publish planoai to pypi (#665)

This commit is contained in:
Adil Hafeez 2025-12-28 14:14:27 -08:00 committed by GitHub
parent 4c4bc99e31
commit 6eb9d07e7e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 13 deletions

View file

@ -34,7 +34,7 @@ packages = ["planoai"]
[tool.pytest.ini_options]
addopts = ["-v"]
[tool.uv]
dev-dependencies = [
[dependency-groups]
dev = [
"pytest>=8.4.2",
]