We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0589e43 + be0e083 commit 246b520Copy full SHA for 246b520
packages/python/plotly/setup.py
@@ -545,7 +545,11 @@ def run(self):
545
maintainer="Nicolas Kruchten",
546
maintainer_email="[email protected]",
547
url="https://plotly.com/python/",
548
- project_urls={"Github": "https://github.com/plotly/plotly.py"},
+ 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
+ },
553
description="An open-source, interactive data visualization library for Python",
554
long_description=readme(),
555
long_description_content_type="text/markdown",
0 commit comments