From d5d8703c61965b75d7f837e8d0d6c87d67272647 Mon Sep 17 00:00:00 2001 From: Matthew Feickert Date: Fri, 20 Jan 2023 15:46:02 -0600 Subject: [PATCH] docs: Add GitHub Releases page to project url metadata * Adds https://github.com/scikit-hep/pyhf/releases to 'Project links' section on PyPI webpage. --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index a0b4bc34cf..4d287623f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,6 +56,7 @@ Documentation = "https://pyhf.readthedocs.io/" Homepage = "https://github.com/scikit-hep/pyhf" "Issue Tracker" = "https://github.com/scikit-hep/pyhf/issues" "Release Notes" = "https://pyhf.readthedocs.io/en/stable/release-notes.html" +"Releases" = "https://github.com/scikit-hep/pyhf/releases" "Source Code" = "https://github.com/scikit-hep/pyhf" [project.optional-dependencies]