From e803e39a9259430de9c7595deb1a263a9c788314 Mon Sep 17 00:00:00 2001 From: Vitor Hideyoshi Date: Fri, 11 Apr 2025 21:55:32 -0300 Subject: [PATCH] Adds Description --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ca8fd13..a13263e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "jambo" dynamic = ["version"] -description = "Add your description here" +description = "Jambo - JSON Schema to Pydantic Converter" requires-python = ">=3.10,<4.0" maintainers = [ { name = "Vitor Hideyoshi", email = "vitor.h.n.batista@gmail.com" },