mirror of
https://github.com/dscripka/openWakeWord.git
synced 2026-08-27 18:17:20 -04:00
Fixed bug in package build
This commit is contained in:
parent
144a19ccb6
commit
bc764acca7
2 changed files with 4 additions and 2 deletions
|
|
@ -8,6 +8,8 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
with:
|
||||
lfs: true
|
||||
- name: Set up Python 3.8
|
||||
uses: actions/setup-python@v3
|
||||
with:
|
||||
|
|
|
|||
4
setup.py
4
setup.py
|
|
@ -33,9 +33,9 @@ setuptools.setup(
|
|||
description="An open-source audio wake word (or phrase) detection framework with a focus on performance and simplicity",
|
||||
long_description=long_description,
|
||||
long_description_content_type="text/markdown",
|
||||
url="https://github.com/pypa/sampleproject",
|
||||
url="https://pypi.org/project/openwakeword",
|
||||
project_urls={
|
||||
"Bug Tracker": "https://github.com/pypa/sampleproject/issues",
|
||||
"Bug Tracker": "https://pypi.org/project/openwakeword/issues",
|
||||
},
|
||||
classifiers=[
|
||||
"Programming Language :: Python :: 3",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue