Update project URLs to mcnanovna.warehack.ing
This commit is contained in:
parent
5346e0d8d8
commit
ab58975a3a
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user