From 33793ca9f80a022af3aa23de95c3a0bf71d9472f Mon Sep 17 00:00:00 2001 From: Moishe Lettvin Date: Mon, 11 Mar 2024 07:31:39 -0400 Subject: [PATCH] update description --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cd03fe3d8..c4a6cf81a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "dailyai" version = "0.0.1" -description = "Framework for building AI tools with WebRTC" +description = "An open source framework for real-time, multi-modal, conversational AI applications" license = { text = "BSD 2-Clause License" } readme = "README.md" requires-python = ">=3.7"