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] [project]
# --- Core Metadata --- # --- Core Metadata ---
name = "polysolve" name = "polysolve"
version = "0.3.1" version = "0.3.2"
authors = [ authors = [
{ name="Jonathan Rampersad", email="jonathan@jono-rams.work" }, { name="Jonathan Rampersad", email="jonathan@jono-rams.work" },
] ]
@ -42,6 +42,7 @@ cuda12 = ["cupy-cuda12x"]
dev = ["pytest"] dev = ["pytest"]
[project.urls] [project.urls]
Homepage = "https://github.com/jono-rams/PolySolve" Homepage = "polysolve.jono-rams.work"
"Source Code" = "https://github.com/jono-rams/PolySolve" Documentation = "https://polysolve.jono-rams.work/docs"
Repository = "https://github.com/jono-rams/PolySolve"
"Bug Tracker" = "https://github.com/jono-rams/PolySolve/issues" "Bug Tracker" = "https://github.com/jono-rams/PolySolve/issues"