From f3ccf101eb3b259c6fd7de453d6b820ea98999f9 Mon Sep 17 00:00:00 2001 From: jgray-19 Date: Sat, 27 Jan 2024 21:12:46 +0000 Subject: [PATCH] Improve naming of project urls --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 498062b..cdc592d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ ] [project.urls] -"Homepage" = "https://github.com/MethodicalAcceleratorDesign/MADpy" +"Repository" = "https://github.com/MethodicalAcceleratorDesign/MADpy" "Bug Tracker" = "https://github.com/MethodicalAcceleratorDesign/MADpy/issues" "MAD Source" = "https://github.com/MethodicalAcceleratorDesign/MAD" "Documentation" = "https://pymadng.readthedocs.io/en/latest/"