From 3d494a07d70f4ff5ce5335ff06133d059c699860 Mon Sep 17 00:00:00 2001 From: Justin Simon Date: Sun, 17 Nov 2024 20:35:59 -0600 Subject: [PATCH] renamed github repo to match package name --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index de7423b..ec93c71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,9 +35,9 @@ dependencies = [ ] [project.urls] -Documentation = "https://github.com/jls5177/mctp-emu#readme" -Issues = "https://github.com/jls5177/mctp-emu/issues" -Source = "https://github.com/jls5177/mctp-emu" +Documentation = "https://github.com/jls5177/pymctp#readme" +Issues = "https://github.com/jls5177/pymctp/issues" +Source = "https://github.com/jls5177/pymctp" [tool.hatch.metadata] allow-direct-references = true