Skip to content

Commit 3c621da

Browse files
committed
Add project URLs to setup.py
1 parent 7e55ad6 commit 3c621da

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

setup.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,13 @@
7979
scripts=['bin/jsondiff', 'bin/jsonpatch'],
8080
classifiers=CLASSIFIERS,
8181
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',
82+
project_urls={
83+
'Website': 'https://github.com/stefankoegl/python-json-patch',
84+
'Repository': 'https://github.com/stefankoegl/python-json-patch.git',
85+
'Documentation': "https://python-json-patch.readthedocs.org/",
86+
'PyPI': 'https://pypi.org/pypi/jsonpatch',
87+
'Tests': 'https://travis-ci.org/stefankoegl/python-json-patch',
88+
'Test Coverage': 'https://coveralls.io/r/stefankoegl/python-json-patch',
89+
},
8290
**OPTIONS
8391
)

0 commit comments

Comments
 (0)