Update project URLs to mcnanovna.warehack.ing

This commit is contained in:
Ryan Malloy 2026-03-06 18:19:33 -07:00
parent 5346e0d8d8
commit ab58975a3a

View File

@ -28,8 +28,8 @@ dependencies = [
]
[project.urls]
Homepage = "https://mcnanovna.l.zmesh.systems"
Documentation = "https://mcnanovna.l.zmesh.systems"
Homepage = "https://mcnanovna.warehack.ing"
Documentation = "https://mcnanovna.warehack.ing"
Repository = "https://github.com/ryanmalloy/mcnanovna"
[project.optional-dependencies]
@ -37,6 +37,13 @@ webui = [
"fastapi>=0.115.0",
"uvicorn[standard]>=0.34.0",
]
skrf = [
"scikit-rf>=1.5.0",
]
all = [
"mcnanovna[webui]",
"mcnanovna[skrf]",
]
[project.scripts]
mcnanovna = "mcnanovna.server:main"