temp add hatchling target

This commit is contained in:
Rowan Torbitzky-Lane 2025-04-08 23:55:20 -05:00
parent 775759706f
commit cb018dcb4d

View File

@ -13,6 +13,9 @@ hello = "hello_world:hello"
requires = ["hatchling"] requires = ["hatchling"]
build-backend = "hatchling.build" build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["src/tito"]
[dependency-groups] [dependency-groups]
dev = [ dev = [
"ruff>=0.6.7", "ruff>=0.6.7",