fix some links

This commit is contained in:
jan 2025-12-30 00:27:36 -08:00
commit 80893d65ce
2 changed files with 8 additions and 5 deletions

View file

@ -6,8 +6,8 @@ license = { file = "LICENSE.md" }
authors = [
{ name="Jan Petykiewicz", email="jan@mpxd.net" },
]
homepage = "https://mpxd.net/code/jan/klamath"
repository = "https://mpxd.net/code/jan/klamath"
homepage = "https://mpxd.net/code/jan/backwash"
repository = "https://mpxd.net/code/jan/backwash"
keywords = [
"optical",
"backscatter",
@ -38,6 +38,10 @@ dynamic = ["version"]
dependencies = [
"numpy>=1.26",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.version]
path = "backwash/__init__.py"