chore(sdk): Add "Source" and "Changelog" links to kfp PyPi page (#6596)
This commit is contained in:
parent
77585f0886
commit
f7838b3801
|
|
@ -86,6 +86,8 @@ setup(
|
|||
project_urls={
|
||||
"Documentation": "https://kubeflow-pipelines.readthedocs.io/en/stable/",
|
||||
"Bug Tracker": "https://github.com/kubeflow/pipelines/issues",
|
||||
"Source": "https://github.com/kubeflow/pipelines/tree/master/sdk",
|
||||
"Changelog": "https://github.com/kubeflow/pipelines/blob/master/sdk/RELEASE.md",
|
||||
},
|
||||
install_requires=REQUIRES,
|
||||
tests_require=TESTS_REQUIRE,
|
||||
|
|
|
|||
Loading…
Reference in New Issue