Skip to content

Commit f038e74

Browse files
committed
Add URLs to project metadata.
1 parent a44a66a commit f038e74

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

setup.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,14 @@ def read_version_number():
6969
long_description=read_desc(),
7070
keywords="sphinx cli command output program example",
7171
zip_safe=False,
72+
project_urls={
73+
'Homepage': "https://sphinxcontrib-programoutput.readthedocs.io/en/latest/",
74+
'Documentation': "https://sphinxcontrib-programoutput.readthedocs.io/en/latest/",
75+
"Repository": "https://github.com/OpenNTI/sphinxcontrib-programoutput/",
76+
"Issues": "https://github.com/OpenNTI/sphinxcontrib-programoutput/issues",
77+
"Changelog":
78+
"https://github.com/OpenNTI/sphinxcontrib-programoutput/blob/master/CHANGES.rst",
79+
},
7280
classifiers=[
7381
'Development Status :: 5 - Production/Stable',
7482
'Intended Audience :: Developers',

src/sphinxcontrib/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)