Skip to content

Commit 39c2305

Browse files
authored
Fix link to homepage on PyPI
1 parent a7f7ef1 commit 39c2305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def get_tag(self):
9191
description='An audio library based on libsndfile, CFFI and NumPy',
9292
author='Bastian Bechtold',
9393
author_email='[email protected]',
94-
url='https://github.com/bastibe/PySoundFile',
94+
url='https://github.com/bastibe/SoundFile',
9595
keywords=['audio', 'libsndfile'],
9696
py_modules=['soundfile'],
9797
packages=packages,

0 commit comments

Comments
 (0)