mirror of
https://github.com/dscripka/openWakeWord.git
synced 2026-08-27 18:17:20 -04:00
added package data
This commit is contained in:
parent
fc3d7ff228
commit
efd6fbbb8c
1 changed files with 3 additions and 0 deletions
3
setup.py
3
setup.py
|
|
@ -93,5 +93,8 @@ setuptools.setup(
|
|||
],
|
||||
packages=setuptools.find_packages(),
|
||||
include_package_data=True,
|
||||
package_data={
|
||||
'openwakeword': ['resources/models/*'],
|
||||
},
|
||||
python_requires=">=3.10",
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue