From d26aede6673a91e261c8a094bbf033d58fd79ee2 Mon Sep 17 00:00:00 2001 From: Moishe Lettvin Date: Mon, 11 Mar 2024 07:25:20 -0400 Subject: [PATCH] updates to pyproject.toml --- pyproject.toml | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a4da3c7ea..cd03fe3d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,20 @@ build-backend = "setuptools.build_meta" [project] name = "dailyai" version = "0.0.1" -description = "Orchestrator for AI bots with Daily" +description = "Framework for building AI tools with WebRTC" +license = { text = "BSD 2-Clause License" } +readme = "README.md" +requires-python = ">=3.7" +keywords = ["webrtc", "audio", "video", "ai"] +classifiers = [ + "Development Status :: 5 - Production/Stable", + "Intended Audience :: Developers", + "License :: OSI Approved :: BSD License", + "Topic :: Communications :: Conferencing", + "Topic :: Multimedia :: Sound/Audio", + "Topic :: Multimedia :: Video", + "Topic :: Scientific/Engineering :: Artificial Intelligence" +] dependencies = [ "aiohttp", "azure-cognitiveservices-speech", @@ -24,6 +37,10 @@ dependencies = [ "typing-extensions" ] +[project.urls] +Source = "https://github.com/daily-co/daily-ai-sdk" +Website = "https://daily.co" + [tool.setuptools.packages.find] # All the following settings are optional: where = ["src"]