Skip to content

Commit

Permalink
Fix URL in python SDK setup.py (kubeflow#2011)
Browse files Browse the repository at this point in the history
Signed-off-by: Gary Miguel <[email protected]>
  • Loading branch information
garymm authored Mar 1, 2024
1 parent 426ec21 commit 5b2c6c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
author="Kubeflow Authors",
author_email="[email protected]",
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*")),
Expand Down

0 comments on commit 5b2c6c8

Please sign in to comment.