From 702031efe4373b1a32a967af2783dc40b8a911d0 Mon Sep 17 00:00:00 2001 From: Scott Lessans Date: Tue, 5 Aug 2025 10:05:54 -0700 Subject: [PATCH] readme and description --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index ccf3dfc..a89a2e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,6 +12,8 @@ classifiers = [ ] dynamic = ["version"] dependencies = ["pydantic>=2.11.7"] +description = "OpenAI's response format for its open-weight model series gpt-oss" +readme = "README.md" [project.optional-dependencies] demo = ["uvicorn", "fastapi"]