Add GitHub URL for PyPi (#787)

This commit is contained in:
Andrii Oriekhov 2022-06-19 01:18:20 +03:00 committed by GitHub
parent 72a6cd9190
commit 14ee53eacd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,6 +25,9 @@ setup(
author="@plamere", author="@plamere",
author_email="paul@echonest.com", author_email="paul@echonest.com",
url='https://spotipy.readthedocs.org/', url='https://spotipy.readthedocs.org/',
project_urls={
'Source': 'https://github.com/plamere/spotipy',
},
install_requires=[ install_requires=[
'redis>=3.5.3', 'redis>=3.5.3',
'requests>=2.25.0', 'requests>=2.25.0',