pyproject.toml
toml
sha256:a78e7e5a8740e03315f325d19edeb3aa1b306b3337d04abbaa9a9e0f3bbeb7a1
docs: MuseHub-first before ISR #74 — staging solidify NEXT
Human
1 day 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
2 commits
sha256:a78e7e5a8740e03315f325d19edeb3aa1b306b3337d04abbaa9a9e0f3bbeb7a1
docs: MuseHub-first before ISR #74 — staging solidify NEXT
Human
1 day ago
sha256:4671b7f787ddbe63ced31c895b688c77ab495653b65a730b423329f26b3c1439
feat: K1-P1 complete — agent provenance, build-verification…
Sonnet 4.6
patch
53 days ago