From 80893d65ce179aafc1bbe3ad41086be30f55199f Mon Sep 17 00:00:00 2001 From: jan Date: Tue, 30 Dec 2025 00:27:36 -0800 Subject: [PATCH] fix some links --- pyproject.toml | 8 ++++++-- uv.lock | 5 ++--- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9f8f8b9..5d9c770 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" diff --git a/uv.lock b/uv.lock index 8771fe8..1311ddf 100644 --- a/uv.lock +++ b/uv.lock @@ -4,14 +4,13 @@ requires-python = ">=3.13" [[package]] name = "backwash" -version = "0.1.0" -source = { virtual = "." } +source = { editable = "." } dependencies = [ { name = "numpy" }, ] [package.metadata] -requires-dist = [{ name = "numpy", specifier = ">=2.4.0" }] +requires-dist = [{ name = "numpy", specifier = ">=1.26" }] [[package]] name = "numpy"