copy non python files from simulstreaming when installing package
This commit is contained in:
parent
f25de6d8a4
commit
1e3fab9550
2 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -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': [
|
||||
|
|
|
|||
0
whisperlivekit/simul_whisper/whisper/assets/__init__.py
Normal file
0
whisperlivekit/simul_whisper/whisper/assets/__init__.py
Normal file
Loading…
Reference in a new issue