pyproject.toml toml
28 lines 562 B
Raw
sha256:0e9549ec7b463911bc08b7d586dc320b1ac9b1f5c943ee7e3865dcc6cb0f6f83 chore(governance): sync handover+roadmap to 84db8c8 (drift:… Human 4 hours ago
1 [build-system]
2 requires = ["setuptools>=69.0"]
3 build-backend = "setuptools.build_meta"
4
5 [project]
6 name = "overseer-kit"
7 version = "0.1.0"
8 description = "Portable governance adapters for the Overseer Kit"
9 readme = "README.md"
10 requires-python = ">=3.11"
11 license = { text = "MIT" }
12 dependencies = [
13 "PyYAML>=6.0",
14 "cryptography>=42.0",
15 ]
16
17 [project.optional-dependencies]
18 dev = [
19 "pytest>=8.0",
20 ]
21
22 [tool.setuptools.packages.find]
23 where = ["."]
24 include = ["adapters*", "cli*", "tools*"]
25
26 [tool.pytest.ini_options]
27 testpaths = ["tests"]
28 pythonpath = ["."]
File History 1 commit
sha256:6abcf1fa82a7a621ccbc945f19acdba5bc0db54569599404a1452fb4a096a199 fix(ISR): default require_independent_second_reviewer to require Human minor 4 hours ago