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:
parent
ed64d24634
commit
5b20eff7d3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue