From 5e096340a2db37c4abe27137361468bd3ac0e2dd Mon Sep 17 00:00:00 2001 From: Damien Mannion Date: Tue, 20 Feb 2024 15:12:05 +1100 Subject: [PATCH] - --- pyproject.toml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5721ca2..a058b4a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,12 +36,10 @@ interactive = [ "pickleshare", ] - - [project.urls] -Documentation = "https://github.com/unknown/pympljstyle#readme" -Issues = "https://github.com/unknown/pympljstyle/issues" -Source = "https://github.com/unknown/pympljstyle" +Documentation = "https://github.com/djmannion/pympljstyle#readme" +Issues = "https://github.com/djmannion/pympljstyle/issues" +Source = "https://github.com/djmannion/pympljstyle" [tool.setuptools.dynamic] version = {attr = "pympljstyle.__version__"}