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.
13 lines
188 B
TOML
13 lines
188 B
TOML
version = 1
|
|
requires-python = ">=3.8"
|
|
|
|
[[package]]
|
|
name = "claude-usage-tracker"
|
|
version = "0.1.0"
|
|
source = { virtual = "." }
|
|
|
|
[package.metadata]
|
|
|
|
[package.metadata.requires-dev]
|
|
dev = []
|