Skip to content

Commit 246b520

Browse files
authored
Merge pull request #4525 from Pierre-VF/patch-1
Providing doc and changelog URLs in setup.py for PyPi
2 parents 0589e43 + be0e083 commit 246b520

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Diff for: packages/python/plotly/setup.py

+5-1
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,11 @@ def run(self):
545545
maintainer="Nicolas Kruchten",
546546
maintainer_email="[email protected]",
547547
url="https://plotly.com/python/",
548-
project_urls={"Github": "https://github.com/plotly/plotly.py"},
548+
project_urls={
549+
"Documentation": "https://plotly.com/python/",
550+
"Github": "https://github.com/plotly/plotly.py",
551+
"Changelog": "https://github.com/plotly/plotly.py/blob/master/CHANGELOG.md",
552+
},
549553
description="An open-source, interactive data visualization library for Python",
550554
long_description=readme(),
551555
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)