Update pypi url to new url

Pypi url changed from [1] to [2]

[1] https://pypi.python.org/pypi/<package>
[2] https://pypi.org/project/<package>

Change-Id: I34242f5153fff9c160645a4c62100cc4e9d29569
This commit is contained in:
Tuan Do Anh 2018-07-12 15:37:56 +07:00 committed by Jonathan Rosser
parent d2521a7c40
commit 4e7006a14b

View File

@ -80,7 +80,7 @@ def main():
args = parser.parse_args()
# Setup pypi object
pypi = xmlrpclib.ServerProxy('https://pypi.python.org/pypi')
pypi = xmlrpclib.ServerProxy('https://pypi.org/project/pypi')
# Setup the newline if the results layout should be vertical
# Also add a space delimiter appropriately