From fe7b55efe4c0693b73f8b8e33cfc437bdb14fdd3 Mon Sep 17 00:00:00 2001 From: makaveli10 Date: Thu, 16 Jan 2025 05:07:13 +0000 Subject: [PATCH] Fix package name Signed-off-by: makaveli10 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a98f758..714322a 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ README = (HERE / "README.md").read_text() # This call to setup() does all the work setup( - name="whisper-live", + name="whisper_live", version=__version__, description="A nearly-live implementation of OpenAI's Whisper.", long_description=README,