refactor: renombra el paquet a jail_launcher i l'app a «Jail Launcher»
This commit is contained in:
+3
-3
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user