[build-system] requires = ["setuptools>=68.0"] build-backend = "setuptools.build_meta" [project] name = "act" version = "0.1.0" description = "Agent Context Token (ACT) — JWT-based authorization and execution accountability for AI agents" requires-python = ">=3.11" dependencies = [ "cryptography>=42.0", ] [project.optional-dependencies] dev = [ "pytest>=8.0", ] [tool.setuptools.packages.find] where = ["."] [tool.pytest.ini_options] testpaths = ["tests"]