2026-03-15 13:20:57 +02:00
|
|
|
[build-system]
|
|
|
|
|
requires = ["setuptools>=68.0"]
|
|
|
|
|
build-backend = "setuptools.backends._legacy:_Backend"
|
|
|
|
|
|
|
|
|
|
[project]
|
|
|
|
|
name = "kin"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
description = "Multi-agent project orchestrator"
|
|
|
|
|
requires-python = ">=3.11"
|
2026-03-16 19:26:51 +02:00
|
|
|
dependencies = ["click>=8.0", "fastapi>=0.110", "uvicorn>=0.29", "cryptography>=41.0"]
|
2026-03-15 13:20:57 +02:00
|
|
|
|
|
|
|
|
[project.scripts]
|
|
|
|
|
kin = "cli.main:cli"
|
|
|
|
|
|
|
|
|
|
[tool.pytest.ini_options]
|
|
|
|
|
testpaths = ["tests"]
|