diff --git a/scripts/get-pypi-pkg-version.py b/scripts/get-pypi-pkg-version.py index 3f0ea79236..1e4ff33b78 100755 --- a/scripts/get-pypi-pkg-version.py +++ b/scripts/get-pypi-pkg-version.py @@ -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