Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c29e662

Browse 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

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/python/plotly/setup.py

Lines 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="[email protected]",
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)