Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c29e662

Browse filesBrowse files
authored
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.
1 parent 6745ef1 commit c29e662
Copy full SHA for c29e662

File tree

Expand file treeCollapse file tree

1 file changed

+5
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-1
lines changed

‎packages/python/plotly/setup.py

Copy file name to clipboardExpand all lines: packages/python/plotly/setup.py
+5-1Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,11 @@ def run(self):
500500
maintainer="Nicolas Kruchten",
501501
maintainer_email="nicolas@plot.ly",
502502
url="https://plotly.com/python/",
503-
project_urls={"Github": "https://github.com/plotly/plotly.py"},
503+
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+
},
504508
description="An open-source, interactive data visualization library for Python",
505509
long_description=readme(),
506510
long_description_content_type="text/markdown",

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.