refactor: renombra el paquet a jail_launcher i l'app a «Jail Launcher»

This commit is contained in:
2026-06-01 17:46:09 +02:00
parent 878c403654
commit fccbdc83d5
23 changed files with 78 additions and 77 deletions
+3 -3
View File
@@ -1,5 +1,5 @@
[project]
name = "jlauncher"
name = "jail-launcher"
version = "1.0.4"
description = "Lanzador de juegos jailgames: clona, compila y ejecuta repos Gitea"
requires-python = ">=3.11"
@@ -8,11 +8,11 @@ dependencies = [
]
[project.scripts]
jlauncher = "jlauncher.__main__:main"
jail-launcher = "jail_launcher.__main__:main"
[build-system]
requires = ["setuptools>=68"]
build-backend = "setuptools.build_meta"
[tool.setuptools]
packages = ["jlauncher", "jlauncher.ui"]
packages = ["jail_launcher", "jail_launcher.ui"]