chore: update license in setup.py

This commit is contained in:
Barabazs
2025-01-02 08:41:04 +01:00
parent b08ad67a72
commit a0eb31019b

View File

@ -16,7 +16,7 @@ setup(
python_requires=">=3.9, <3.13", python_requires=">=3.9, <3.13",
author="Max Bain", author="Max Bain",
url="https://github.com/m-bain/whisperx", url="https://github.com/m-bain/whisperx",
license="MIT", license="BSD-2-Clause",
packages=find_packages(exclude=["tests*"]), packages=find_packages(exclude=["tests*"]),
install_requires=[ install_requires=[
str(r) str(r)