ready ish

This commit is contained in:
2026-05-03 13:15:08 -05:00
parent a0f51110a5
commit 8a3f8c2226
2 changed files with 733 additions and 1 deletions

View File

@@ -49,5 +49,13 @@ include = ["/src"]
[tool.hatch.version]
source = "vcs"
[tool.uv.sources]
tampy = { workspace = true }
[dependency-groups]
dev = [
"tampy",
]
[tool.hatch.build.hooks.vcs]
version-file = "src/tampy/_version.py"