fix some links
This commit is contained in:
parent
a79141d312
commit
80893d65ce
2 changed files with 8 additions and 5 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue