mirror of
https://github.com/alleneubank/claude-code.git
synced 2026-09-14 14:06:56 +08:00
2d2913e70c
Add pyproject.toml and uv.lock to establish Python project structure for the usage tracker script, and update settings.json to use uv run for executing the usage tracker hooks.
9 lines
181 B
TOML
9 lines
181 B
TOML
[project]
|
|
name = "claude-usage-tracker"
|
|
version = "0.1.0"
|
|
description = "Usage tracking for Claude Code"
|
|
requires-python = ">=3.8"
|
|
dependencies = []
|
|
|
|
[tool.uv]
|
|
dev-dependencies = [] |