Skip to content

Commit d364d1a

Browse files
authored
Merge pull request #277 from verhovsky/patch-1
Fix link to homepage on PyPI
2 parents a7f7ef1 + 39c2305 commit d364d1a

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)