From 5b2c6c8943fe6a1f8803f268f71ca714316fa6bc Mon Sep 17 00:00:00 2001 From: Gary Miguel Date: Fri, 1 Mar 2024 15:29:05 -0800 Subject: [PATCH] Fix URL in python SDK setup.py (#2011) Signed-off-by: Gary Miguel --- sdk/python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/python/setup.py b/sdk/python/setup.py index 5a737d0624..3af516bd57 100644 --- a/sdk/python/setup.py +++ b/sdk/python/setup.py @@ -37,7 +37,7 @@ author="Kubeflow Authors", author_email="hejinchi@cn.ibm.com", license="Apache License Version 2.0", - url="https://github.com/kubeflow/training-operator/sdk/python", + url="https://github.com/kubeflow/training-operator/tree/master/sdk/python", description="Training Operator Python SDK", long_description="Training Operator Python SDK", packages=setuptools.find_packages(include=("kubeflow*")),