pyproject.toml toml
28 lines 569 B
Raw
sha256:4671b7f787ddbe63ced31c895b688c77ab495653b65a730b423329f26b3c1439 feat: K1-P1 complete — agent provenance, build-verification… Sonnet 4.6 patch 55 days 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 = "Apache-2.0" }
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:4671b7f787ddbe63ced31c895b688c77ab495653b65a730b423329f26b3c1439 feat: K1-P1 complete — agent provenance, build-verification… Sonnet 4.6 patch 55 days ago