Apply patch from GitHub PR #4 by jono-rams
All checks were successful
Run Python Tests / test (3.10) (pull_request) Successful in 10s
Run Python Tests / test (3.12) (pull_request) Successful in 15s
Run Python Tests / test (3.8) (pull_request) Successful in 9s

This commit is contained in:
GitHub Bridge Bot
2025-06-17 13:05:16 +00:00
parent 78970c8288
commit 83f565c08c
2 changed files with 24 additions and 21 deletions

View File

@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
# --- Core Metadata ---
name = "polysolve"
version = "0.1.0"
version = "0.1.1"
authors = [
{ name="Jonathan Rampersad", email="jonathan@jono-rams.work" },
]
@ -42,5 +42,6 @@ cuda12 = ["cupy-cuda12x"]
dev = ["pytest"]
[project.urls]
Homepage = "https://gitea.jono-rams.work/jono/PolySolve"
"Bug Tracker" = "https://gitea.jono-rams.work/jono/PolySolve/issues"
Homepage = "https://github.com/jono-rams/PolySolve"
"Source Code" = "https://github.com/jono-rams/PolySolve"
"Bug Tracker" = "https://github.com/jono-rams/PolySolve/issues"