Skip to content

Commit 2943c6c

Browse files
committed
specify project urls in setup
1 parent 2b70c63 commit 2943c6c

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
@@ -14,6 +14,11 @@
1414
author = 'Jupyter Development Team',
1515
author_email = '[email protected]',
1616
description = 'Jupyter Sphinx Extensions',
17+
project_urls={
18+
'Bug Tracker': 'https://github.com/jupyter/jupyter-sphinx/issues/',
19+
'Documentation': 'https://jupyter-sphinx.readthedocs.io',
20+
'Source Code': 'https://github.com/jupyter/jupyter-sphinx/',
21+
},
1722
license = 'BSD',
1823
packages = ['jupyter_sphinx'],
1924
install_requires = [

0 commit comments

Comments
 (0)