Point project URLs at the freeroute repo, keep upstream link

This commit is contained in:
Ryan Malloy 2026-07-12 13:23:31 -06:00
parent 49c258e81d
commit ab786b2c5c

View File

@ -25,7 +25,9 @@ requires-python = ">=3.10"
dependencies = [] dependencies = []
[project.urls] [project.urls]
"Source" = "https://github.com/freerouting/freerouting" "Homepage" = "https://git.supported.systems/warehack.ing/freeroute"
"Repository" = "https://git.supported.systems/warehack.ing/freeroute"
"Upstream" = "https://github.com/freerouting/freerouting"
[project.scripts] [project.scripts]
freeroute = "freeroute.cli:main" freeroute = "freeroute.cli:main"