pyproject.toml toml
28 lines 562 B
Raw
sha256:c07f2f34a0db9f43fe866f157d1935322008545ff8940c06c7c921eb219c55ab NXP-b DONE: independent BV-r2 pass + ISR (SD-17) Human minor ⚠ breaking 7 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 = "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:c07f2f34a0db9f43fe866f157d1935322008545ff8940c06c7c921eb219c55ab NXP-b DONE: independent BV-r2 pass + ISR (SD-17) Human minor 7 days ago