Files
uv/scripts/benchmark/pyproject.toml
T
Charlie Marsh 44a77a04d0 Move bench directory to benchmark (#5529)
## Summary

Removes the legacy `benchmark` directory (we'll always have it in Git)
and renames `bench` to `benchmark` for clarity. Fixes a variety of
commands and references.
2024-07-28 22:03:52 +00:00

21 lines
343 B
TOML

[project]
name = "benchmark"
version = "0.0.1"
description = "Benchmark package resolution tools"
requires-python = ">=3.12"
dependencies = [
"pdm",
"pip-tools",
"poetry",
"tomli",
"tomli_w",
"virtualenv",
]
[project.scripts]
benchmark = "benchmark:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"