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.
This commit is contained in:
4
MIRRORS
Normal file
4
MIRRORS
Normal 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/
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user