From a8c321fca1a6eff260fd24f7e0a299270780ee2e Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Tue, 14 Jul 2026 11:56:29 +0200 Subject: [PATCH] build: rename dist to linux-image-manager, add MIRRORS "lim" is taken on PyPI (a GLMM genomics package); linux-image-manager is free and matches the repo name. Import package and CLI alias stay "lim". MIRRORS follows the hetzner-arch-luks schema. --- MIRRORS | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 MIRRORS diff --git a/MIRRORS b/MIRRORS new file mode 100644 index 0000000..12d2319 --- /dev/null +++ b/MIRRORS @@ -0,0 +1,4 @@ +git@github.com:kevinveenbirkenbach/linux-image-manager.git +ssh://git@code.infinito.nexus:2201/kevinveenbirkenbach/linux-image-manager.git +ssh://git@git.veen.world:2201/kevinveenbirkenbach/linux-image-manager.git +https://pypi.org/project/linux-image-manager/ diff --git a/pyproject.toml b/pyproject.toml index 778511c..e16a331 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [project] -name = "lim" +name = "linux-image-manager" version = "2.0.0" description = "Linux Image Manager — manages Linux images and encrypted storage" requires-python = ">=3.10"