Updated Project urls #15

Merged
jono merged 1 commits from project-urls-patch into main 2025-06-19 17:59:08 +00:00
Showing only changes of commit 24337cea48 - Show all commits

View File

@ -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"