fix some links
This commit is contained in:
parent
a79141d312
commit
80893d65ce
@ -6,8 +6,8 @@ license = { file = "LICENSE.md" }
|
|||||||
authors = [
|
authors = [
|
||||||
{ name="Jan Petykiewicz", email="jan@mpxd.net" },
|
{ name="Jan Petykiewicz", email="jan@mpxd.net" },
|
||||||
]
|
]
|
||||||
homepage = "https://mpxd.net/code/jan/klamath"
|
homepage = "https://mpxd.net/code/jan/backwash"
|
||||||
repository = "https://mpxd.net/code/jan/klamath"
|
repository = "https://mpxd.net/code/jan/backwash"
|
||||||
keywords = [
|
keywords = [
|
||||||
"optical",
|
"optical",
|
||||||
"backscatter",
|
"backscatter",
|
||||||
@ -38,6 +38,10 @@ dynamic = ["version"]
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"numpy>=1.26",
|
"numpy>=1.26",
|
||||||
]
|
]
|
||||||
|
[build-system]
|
||||||
|
requires = ["hatchling"]
|
||||||
|
build-backend = "hatchling.build"
|
||||||
|
|
||||||
[tool.hatch.version]
|
[tool.hatch.version]
|
||||||
path = "backwash/__init__.py"
|
path = "backwash/__init__.py"
|
||||||
|
|
||||||
|
|||||||
5
uv.lock
generated
5
uv.lock
generated
@ -4,14 +4,13 @@ requires-python = ">=3.13"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "backwash"
|
name = "backwash"
|
||||||
version = "0.1.0"
|
source = { editable = "." }
|
||||||
source = { virtual = "." }
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "numpy" },
|
{ name = "numpy" },
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.metadata]
|
[package.metadata]
|
||||||
requires-dist = [{ name = "numpy", specifier = ">=2.4.0" }]
|
requires-dist = [{ name = "numpy", specifier = ">=1.26" }]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "numpy"
|
name = "numpy"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user