From 0e4143e6fdad3d24c9044eb5b42e552d372f8b66 Mon Sep 17 00:00:00 2001 From: Philipp Temminghoff Date: Tue, 17 Dec 2024 01:02:05 +0100 Subject: [PATCH] chore: pyproject description --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cc02e93..c60308f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ build-backend = "hatchling.build" [project] name = "llmling" -description = "LLM simplified." +description = "A backend for pydantic-AI agents and MCP servers." authors = [ { name = "Philipp Temminghoff", email = "philipptemminghoff@googlemail.com" }, ] @@ -28,6 +28,7 @@ classifiers = [ "Topic :: Software Development", "Topic :: Utilities", "Typing :: Typed", + "Framework :: Pydantic :: 2", ] keywords = []