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 e4bc97f + ce8ec24 commit e1f1007Copy full SHA for e1f1007
setup.py
@@ -75,6 +75,11 @@ def walk_subpkg(name):
75
author="The Jupyter Development Team",
76
author_email="[email protected]",
77
url="https://nbviewer.jupyter.org",
78
+ project_urls={
79
+ "Documentation": "https://nbviewer.org/",
80
+ "Source": "https://github.com/jupyter/nbviewer",
81
+ "Tracker": "https://github.com/jupyter/nbviewer/issues",
82
+ },
83
description="Jupyter Notebook Viewer",
84
long_description="Jupyter nbconvert as a web service",
85
license="BSD",
0 commit comments