fix tests

This commit is contained in:
Adil Hafeez 2025-12-25 21:33:31 -08:00
parent bcaa26ed71
commit 8d61316948
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
3 changed files with 13 additions and 1 deletions

View file

@ -25,6 +25,9 @@ planoai = "planoai.main:main"
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.version]
path = "planoai/__init__.py"
[tool.hatch.build.targets.wheel]
packages = ["planoai"]