mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-11-30 11:17:54 +08:00
[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
This commit is contained in:
parent
73292851a6
commit
f256f3ec6e
@ -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",
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user