From 24337cea487101dee95b0dc11ea3efa88e916fd1 Mon Sep 17 00:00:00 2001 From: Jonathan Rampersad Date: Thu, 19 Jun 2025 17:58:50 +0000 Subject: [PATCH] Updated Project urls Signed-off-by: Jonathan Rampersad --- pyproject.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f508953..d86c9a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] # --- Core Metadata --- name = "polysolve" -version = "0.3.1" +version = "0.3.2" authors = [ { name="Jonathan Rampersad", email="jonathan@jono-rams.work" }, ] @@ -42,6 +42,7 @@ cuda12 = ["cupy-cuda12x"] dev = ["pytest"] [project.urls] -Homepage = "https://github.com/jono-rams/PolySolve" -"Source Code" = "https://github.com/jono-rams/PolySolve" +Homepage = "polysolve.jono-rams.work" +Documentation = "https://polysolve.jono-rams.work/docs" +Repository = "https://github.com/jono-rams/PolySolve" "Bug Tracker" = "https://github.com/jono-rams/PolySolve/issues"