[project] name = "posttrainbench-repro" version = "0.1.0" description = "Deterministic CPU released-artifact audit for PostTrainBench" requires-python = ">=3.11" dependencies = [ "httpx>=0.27.0", "jinja2>=3.1.0", ] [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [dependency-groups] dev = [ "pytest>=8.0", ] [project.scripts] posttrainbench-evidence = "posttrainbench_repro.pipeline:main" [tool.pytest.ini_options] testpaths = ["tests"] pythonpath = ["src"] [tool.hatch.build.targets.wheel] packages = ["src/posttrainbench_repro"]