diff --git a/README.md b/README.md index 7db458c..06b7c17 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,6 @@ [![Typos](https://github.com/shirayu/whispering/actions/workflows/typos.yml/badge.svg)](https://github.com/shirayu/whispering/actions/workflows/typos.yml) Streaming transcriber with [whisper](https://github.com/openai/whisper). -Former name was "whisper_streaming". Enough machine power is needed to transcribe in real time. ## Setup diff --git a/pyproject.toml b/pyproject.toml index 3767ff2..94ea027 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ version = "0.1.0" description = "" authors = ["Yuta Hayashibe "] readme = "README.md" -packages = [{include = "whisper_streaming"}] +packages = [{include = "whispering"}] [tool.poetry.dependencies] python = ">=3.8,<3.11" @@ -25,5 +25,5 @@ requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" [tool.poetry.scripts] -whispering = "whisper_streaming.cli:main" +whispering = "whispering.cli:main"