From 55a8b829320e075a2ef8c47cf886be2c07ceb0c7 Mon Sep 17 00:00:00 2001 From: "Jack Y. Araz" Date: Tue, 16 Jul 2024 10:52:24 -0400 Subject: [PATCH] update setup --- setup.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.py b/setup.py index b59c4dd..16d08d0 100644 --- a/setup.py +++ b/setup.py @@ -30,6 +30,10 @@ url="https://github.com/SpeysideHEP/spey-pyhf", project_urls={ "Bug Tracker": "https://github.com/SpeysideHEP/spey-pyhf/issues", + "Documentation": "https://spey-pyhf.readthedocs.io", + "Repository": "https://github.com/SpeysideHEP/spey-pyhf", + "Homepage": "https://github.com/SpeysideHEP/spey-pyhf", + "Download": f"https://github.com/SpeysideHEP/spey-pyhf/archive/refs/tags/v{version}.tar.gz", }, download_url=f"https://github.com/SpeysideHEP/spey-pyhf/archive/refs/tags/v{version}.tar.gz", author="Jack Y. Araz",