diff --git a/setup.py b/setup.py index 8d5d639..fed67e6 100644 --- a/setup.py +++ b/setup.py @@ -25,6 +25,9 @@ setup( author="@plamere", author_email="paul@echonest.com", url='https://spotipy.readthedocs.org/', + project_urls={ + 'Source': 'https://github.com/plamere/spotipy', + }, install_requires=[ 'redis>=3.5.3', 'requests>=2.25.0',