build: rename dist to linux-image-manager, add MIRRORS
Some checks failed
tests / lint (push) Has been cancelled
tests / pytest (push) Has been cancelled

"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.
This commit is contained in:
Kevin Veen-Birkenbach
2026-07-14 11:56:29 +02:00
parent 5cf23fcdd4
commit a8c321fca1
2 changed files with 5 additions and 1 deletions

4
MIRRORS Normal file
View File

@@ -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/

View File

@@ -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"