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.
1 parent 6745ef1 commit c29e662Copy full SHA for c29e662
packages/python/plotly/setup.py
@@ -500,7 +500,11 @@ def run(self):
500
maintainer="Nicolas Kruchten",
501
maintainer_email="nicolas@plot.ly",
502
url="https://plotly.com/python/",
503
- project_urls={"Github": "https://github.com/plotly/plotly.py"},
+ project_urls={
504
+ "Documentation": "https://plotly.com/python/",
505
+ "Github": "https://github.com/plotly/plotly.py",
506
+ "Changelog": "https://github.com/plotly/plotly.py/blob/master/CHANGELOG.md",
507
+ },
508
description="An open-source, interactive data visualization library for Python",
509
long_description=readme(),
510
long_description_content_type="text/markdown",
0 commit comments