-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpyproject.toml
More file actions
29 lines (25 loc) · 853 Bytes
/
Copy pathpyproject.toml
File metadata and controls
29 lines (25 loc) · 853 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[build-system]
requires = ["setuptools>=68", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "proofrail"
version = "0.0.11"
description = "LoopCraft loop engineering runtime for Hermes with evidence-first execution, verification, and self-correcting agent workflows."
readme = "README.md"
requires-python = ">=3.11"
license = "MIT"
license-files = ["LICENSE"]
authors = [{name = "Yuheng"}]
keywords = ["hermes", "agent", "runtime", "harness", "agent harness", "codex harness", "claude code harness", "loopcraft", "loop engineering", "evidence-first"]
classifiers = [
"Programming Language :: Python :: 3",
]
dependencies = []
[tool.setuptools]
packages = ["proofrail"]
[tool.pytest.ini_options]
testpaths = ["tests"]
pythonpath = ["."]
addopts = ["-p", "no:cacheprovider"]
[tool.setuptools.package-data]
proofrail = ["py.typed"]