mirror of
https://github.com/m-bain/whisperX.git
synced 2025-07-01 18:17:27 -04:00
chore: update license in setup.py
This commit is contained in:
2
setup.py
2
setup.py
@ -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)
|
||||||
|
Reference in New Issue
Block a user