From f72bdb03bbb95343d2db5a9c079bbc1fe754ce4e Mon Sep 17 00:00:00 2001 From: Peter Law Date: Sat, 30 May 2020 12:36:10 +0100 Subject: [PATCH] Add more meta links to the distribution --- setup.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/setup.py b/setup.py index d785e1c..40c79b2 100644 --- a/setup.py +++ b/setup.py @@ -42,6 +42,11 @@ def debian_etc_hack(root): name='jacquard-split', version='0.7.0', url='https://github.com/prophile/jacquard', + project_urls={ + 'Code': 'https://github.com/prophile/jacquard', + 'Documentation': 'https://jacquard-split.readthedocs.io/en/latest/', + 'Issue tracker': 'https://github.com/prophile/jacquard/issues', + }, description="Split testing server", long_description=long_description,