From f256f3ec6e4378ffdd8f9e04ac76a8fe5534ad39 Mon Sep 17 00:00:00 2001 From: Jiajie Zhong Date: Wed, 2 Mar 2022 10:44:18 +0800 Subject: [PATCH] [python] Fix source and issue tracker link in PyPI (#8638) * [python] Fix source and issue tracker link in PyPI This patch fix error or wrong link in https://pypi.org/project/apache-dolphinscheduler/ * Fix style --- dolphinscheduler-python/pydolphinscheduler/setup.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dolphinscheduler-python/pydolphinscheduler/setup.py b/dolphinscheduler-python/pydolphinscheduler/setup.py index 2da8d2f135..fa467876ab 100644 --- a/dolphinscheduler-python/pydolphinscheduler/setup.py +++ b/dolphinscheduler-python/pydolphinscheduler/setup.py @@ -133,8 +133,10 @@ setup( project_urls={ "Homepage": "https://dolphinscheduler.apache.org", "Documentation": "https://dolphinscheduler.apache.org/python/index.html", - "Source": "https://github.com/apache/dolphinscheduler/dolphinscheduler-python/pydolphinscheduler", - "Issue Tracker": "https://github.com/apache/dolphinscheduler/issues", + "Source": "https://github.com/apache/dolphinscheduler/tree/dev/dolphinscheduler-python/" + "pydolphinscheduler", + "Issue Tracker": "https://github.com/apache/dolphinscheduler/issues?" + "q=is%3Aissue+is%3Aopen+label%3APython", "Discussion": "https://github.com/apache/dolphinscheduler/discussions", "Twitter": "https://twitter.com/dolphinschedule", },