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"