Fixed bug in package build

This commit is contained in:
dscripka 2022-12-30 12:01:17 -05:00
parent 144a19ccb6
commit bc764acca7
2 changed files with 4 additions and 2 deletions

View file

@ -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:

View file

@ -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",