copy non python files from simulstreaming when installing package

This commit is contained in:
Quentin Fuxa 2025-07-01 19:14:23 +02:00
parent f25de6d8a4
commit 1e3fab9550
2 changed files with 1 additions and 1 deletions

View file

@ -10,7 +10,6 @@ setup(
packages=find_packages(),
install_requires=[
"fastapi",
"ffmpeg-python",
"librosa",
"soundfile",
"faster-whisper",
@ -35,6 +34,7 @@ setup(
package_data={
'whisperlivekit': ['web/*.html'],
'whisperlivekit.simul_whisper': ['dual_license_simulstreaming.md'],
'whisperlivekit.simul_whisper.whisper.assets': ['*.tiktoken', '*.npz'],
},
entry_points={
'console_scripts': [