use uv to publish planoai to pypi

This commit is contained in:
Adil Hafeez 2025-12-28 14:07:24 -08:00
parent 4c4bc99e31
commit 7a483c2348
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
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",
]