From 904140a9592754072dd117077ec5b2b519515a22 Mon Sep 17 00:00:00 2001 From: Wei Hong Date: Mon, 3 Aug 2026 00:31:30 +0800 Subject: [PATCH] Change launcher brand name. --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5a9b576..c0b3456 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# TestLauncher +# TestLauncher (TapLauncher) # Still thinking about its name... # There's no stable branch because this project is still under development. diff --git a/pyproject.toml b/pyproject.toml index e449dfb..1872d05 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [project] -name = "testlauncher" +name = "testlauncher(taplauncher)" version = "0.0.4a0" description = "A lightweight Minecraft launcher." readme = "README.md"