Updated Project urls
Some checks failed
Run Python Tests / test (3.12) (pull_request) Successful in 10s
Run Python Tests / test (3.10) (pull_request) Successful in 14s
Run Python Tests / test (3.8) (pull_request) Successful in 10s
Publish Python Package to PyPI / deploy (push) Failing after 14s

Signed-off-by: Jonathan Rampersad <jonathan@jono-rams.work>
This commit is contained in:
2025-06-19 17:58:50 +00:00
parent ee18cc9e59
commit 24337cea48

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"