From c29e66204fc6cd1c3bcd41cee2cfbb56429be585 Mon Sep 17 00:00:00 2001 From: Pierre V-F <74793957+Pierre-VF@users.noreply.github.com> Date: Fri, 16 Feb 2024 09:23:26 +0100 Subject: [PATCH 1/2] Providing doc and changelog URLs in setup.py for PyPi URLs to documentation and Changelog have been added to setup.py in order to make it easier to access them from PyPi. --- packages/python/plotly/setup.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/python/plotly/setup.py b/packages/python/plotly/setup.py index e1247b9f937..83000117a9d 100644 --- a/packages/python/plotly/setup.py +++ b/packages/python/plotly/setup.py @@ -500,7 +500,11 @@ def run(self): maintainer="Nicolas Kruchten", maintainer_email="nicolas@plot.ly", url="https://plotly.com/python/", - project_urls={"Github": "https://github.com/plotly/plotly.py"}, + project_urls={ + "Documentation": "https://plotly.com/python/", + "Github": "https://github.com/plotly/plotly.py", + "Changelog": "https://github.com/plotly/plotly.py/blob/master/CHANGELOG.md", + }, description="An open-source, interactive data visualization library for Python", long_description=readme(), long_description_content_type="text/markdown", From 9f94cfa1742f674b99199b9c1a5a2337ed560eb1 Mon Sep 17 00:00:00 2001 From: Mojtaba Samimi <33888540+archmoj@users.noreply.github.com> Date: Fri, 22 Mar 2024 10:03:24 -0400 Subject: [PATCH 2/2] Update packages/python/plotly/setup.py --- packages/python/plotly/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/python/plotly/setup.py b/packages/python/plotly/setup.py index 83000117a9d..775af3d8c05 100644 --- a/packages/python/plotly/setup.py +++ b/packages/python/plotly/setup.py @@ -501,7 +501,7 @@ def run(self): maintainer_email="nicolas@plot.ly", url="https://plotly.com/python/", project_urls={ - "Documentation": "https://plotly.com/python/", + "Documentation": "https://plotly.com/python/", "Github": "https://github.com/plotly/plotly.py", "Changelog": "https://github.com/plotly/plotly.py/blob/master/CHANGELOG.md", },