Merge pull request #320 from makaveli10/fix_deprecated_package_name

Fix package name
This commit is contained in:
makaveli
2025-01-16 10:42:44 +05:30
committed by GitHub
+1 -1
View File
@@ -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,