From a0eb31019b3b3f5375a4092d1aa2a8211f63839f Mon Sep 17 00:00:00 2001 From: Barabazs <31799121+Barabazs@users.noreply.github.com> Date: Thu, 2 Jan 2025 08:41:04 +0100 Subject: [PATCH] chore: update license in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6bd6f67..13ce185 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ setup( python_requires=">=3.9, <3.13", author="Max Bain", url="https://github.com/m-bain/whisperx", - license="MIT", + license="BSD-2-Clause", packages=find_packages(exclude=["tests*"]), install_requires=[ str(r)