From 14ee53eacd63916d75b7e0186e82f25cc337ef6c Mon Sep 17 00:00:00 2001 From: Andrii Oriekhov Date: Sun, 19 Jun 2022 01:18:20 +0300 Subject: [PATCH] Add GitHub URL for PyPi (#787) --- setup.py | 3 +++ 1 file changed, 3 insertions(+) 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',