pypi.lister: Use https://pypi.org/project/<name>/ uri as project_url

The previous url is correct and redirects to this new one.

Related T422
This commit is contained in:
Antoine R. Dumont (@ardumont) 2018-09-17 15:58:41 +02:00
parent ed64d24634
commit 5b20eff7d3
No known key found for this signature in database
GPG key ID: 52E2E9840D10C3B8

View file

@ -50,7 +50,7 @@ class PyPILister(ListerOnePageApiTransport, SimpleLister):
"""
return (
'https://pypi.org/pypi/%s/' % repo_name,
'https://pypi.org/project/%s/' % repo_name,
'https://pypi.org/pypi/%s/json' % repo_name
)