From dbb0b9c9d29eda54da902e71df105e559c0ae995 Mon Sep 17 00:00:00 2001 From: "Yuichiro Tachibana (Tsuchiya)" Date: Sat, 14 Sep 2024 17:39:36 +0900 Subject: [PATCH] Fix description and author name --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b192f78a..5d787f45 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,8 @@ [tool.poetry] name = "streamlit-webrtc" version = "0.47.8" -description = "" -authors = ["Yuichiro Tsuchiya "] +description = "Real-time video and audio processing on Streamlit" +authors = ["Yuichiro Tachibana (Tsuchiya) "] license = "MIT" readme = "README.md" repository = "https://github.com/whitphx/streamlit-webrtc"