diff --git a/setup.py b/setup.py index 161c462..81f5186 100644 --- a/setup.py +++ b/setup.py @@ -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',