From 3c6ed57a0e53026f8e9a7788ce94225431a01a4e Mon Sep 17 00:00:00 2001 From: Liam Keegan Date: Wed, 7 Feb 2024 14:51:09 +0100 Subject: [PATCH] add homepage link, bump version --- calculate-liam/pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/calculate-liam/pyproject.toml b/calculate-liam/pyproject.toml index 17a7500..3134a8f 100644 --- a/calculate-liam/pyproject.toml +++ b/calculate-liam/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "calculate-liam" -version = "0.0.4" +version = "0.0.5" dependencies = ["click", "numpy"] authors = [ { name="Liam Keegan", email="liam@keegan.ch" }, @@ -20,6 +20,7 @@ classifiers = [ [project.urls] Github = "https://github.com/ssciwr/python-packaging" +Homepage = "https://ssciwr.github.io/python-packaging" [project.optional-dependencies] test = ["pytest"]