mirror of https://github.com/celery/kombu.git
add GitHub URL for PyPi
This commit is contained in:
parent
d2f4ee3118
commit
bfd5926913
3
setup.py
3
setup.py
|
@ -106,6 +106,9 @@ setup(
|
||||||
author=meta['author'],
|
author=meta['author'],
|
||||||
author_email=meta['contact'],
|
author_email=meta['contact'],
|
||||||
url=meta['homepage'],
|
url=meta['homepage'],
|
||||||
|
project_urls={
|
||||||
|
'Source': 'https://github.com/celery/kombu'
|
||||||
|
},
|
||||||
platforms=['any'],
|
platforms=['any'],
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
license='BSD',
|
license='BSD',
|
||||||
|
|
Loading…
Reference in New Issue