44a77a04d0
## 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.
21 lines
343 B
TOML
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"
|