[build-system] requires = ["setuptools>=69.0"] build-backend = "setuptools.build_meta" [project] name = "overseer-kit" version = "0.1.0" description = "Portable governance adapters for the Overseer Kit" readme = "README.md" requires-python = ">=3.11" license = { text = "MIT" } dependencies = [ "PyYAML>=6.0", "cryptography>=42.0", ] [project.optional-dependencies] dev = [ "pytest>=8.0", ] [tool.setuptools.packages.find] where = ["."] include = ["adapters*", "cli*", "tools*"] [tool.pytest.ini_options] testpaths = ["tests"] pythonpath = ["."]