This commit is contained in:
makaveli10
2023-10-13 17:21:48 +08:00
parent 84122de339
commit 06189ab37c
2 changed files with 56 additions and 1 deletions
+9 -1
View File
@@ -21,9 +21,15 @@ setup(name="whisper-live",
author_email="vineet.suryan@collabora.com",
license="MIT",
classifiers=[
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
],
packages=find_packages(
exclude=("examples",
@@ -43,4 +49,6 @@ setup(name="whisper-live",
"ffmpeg-python",
"scipy",
"websocket-client",
])
],
python_requires=">=3.8"
)