From d1177e45afb67f6694809c5cdb2b2eca5c60a250 Mon Sep 17 00:00:00 2001 From: "Tom C (DLS)" <101418278+coretl@users.noreply.github.com> Date: Tue, 19 Mar 2024 16:56:42 +0000 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d2e50be..4ac24a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ dev = [ python-copier-template-example = "python_copier_template_example.__main__:main" [project.urls] -GitHub = "https://github.com/DiamondLightSource/python-copier-template-example" +Homepage = "https://github.com/DiamondLightSource/python-copier-template-example" [[project.authors]] # Further authors may be added by duplicating this section email = "tom.cobb@diamond.ac.uk"