Skip to content

Commit 58bec06

Browse files
authored
Merge pull request #1954 from andriyor/patch-1
add GitHub URL for PyPi
2 parents 7f87389 + 4abcad1 commit 58bec06

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

setup.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ def read_req_file(req_type):
4444
"pytest11": ["dash = dash.testing.plugin"],
4545
},
4646
url="https://plotly.com/dash",
47+
project_urls={
48+
"Documentation": "https://dash.plotly.com",
49+
"Source": "https://github.com/plotly/dash",
50+
"Issue Tracker": "https://github.com/plotly/dash/issues",
51+
},
4752
classifiers=[
4853
"Development Status :: 5 - Production/Stable",
4954
"Environment :: Web Environment",

0 commit comments

Comments
 (0)