pyproject.toml toml
28 lines 562 B
Raw
sha256:8461d44b77376fbf06fa7c3e085d309e3010fd8d5886d63c63e69ce118811ad4 docs: record AFF-b feature-tip SHAs after AFF-b-ISR commit. Human 3 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:8461d44b77376fbf06fa7c3e085d309e3010fd8d5886d63c63e69ce118811ad4 docs: record AFF-b feature-tip SHAs after AFF-b-ISR commit. Human 3 days ago