add GitHub URL for PyPi

This commit is contained in:
Andrii Oriekhov 2022-03-01 20:21:35 +02:00 committed by Asif Saif Uddin
parent d2f4ee3118
commit bfd5926913
1 changed files with 3 additions and 0 deletions

View File

@ -106,6 +106,9 @@ setup(
author=meta['author'],
author_email=meta['contact'],
url=meta['homepage'],
project_urls={
'Source': 'https://github.com/celery/kombu'
},
platforms=['any'],
zip_safe=False,
license='BSD',