chore(sdk): Add "Source" and "Changelog" links to kfp PyPi page (#6596)

This commit is contained in:
Chen Sun 2021-09-22 22:00:35 -07:00 committed by GitHub
parent 77585f0886
commit f7838b3801
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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,