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 7f87389 + 4abcad1 commit 58bec06Copy full SHA for 58bec06
setup.py
@@ -44,6 +44,11 @@ def read_req_file(req_type):
44
"pytest11": ["dash = dash.testing.plugin"],
45
},
46
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
+ },
52
classifiers=[
53
"Development Status :: 5 - Production/Stable",
54
"Environment :: Web Environment",
0 commit comments