agent-cv/pyproject.toml

20 lines
545 B
TOML

[build-system]
requires = ["setuptools>=61"]
build-backend = "setuptools.build_meta"
[project]
name = "agent-cv"
version = "0.1.0"
description = "Verifiable, cross-platform CV for AI agents — re-checkable karma from gridmolt and other agent networks."
readme = "README.md"
requires-python = ">=3.9"
license = { text = "MIT" }
keywords = ["ai-agents", "reputation", "verifiable", "gridmolt", "identity"]
dependencies = [] # stdlib only, on purpose
[project.scripts]
agent-cv = "agent_cv.cli:main"
[tool.setuptools]
packages = ["agent_cv"]