Skip to content

Commit

Permalink
fixed url typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ludlows committed Sep 5, 2024
1 parent 7688937 commit af8fb1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def include_dirs(self, dirs):
description="Python Wrapper for PESQ Score (narrow band and wide band)",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/ludlows/python-pesq",
url="https://github.com/ludlows/PESQ",
packages=find_packages(),
package_data={'pesq': ["*.pyx", "*.h", "dsp.c", "pesqdsp.c", "pesqmod.c"]},
ext_package='pesq',
Expand Down

0 comments on commit af8fb1b

Please sign in to comment.