From 7e008b030cbe6846f2f4a17577eeead53f608fc7 Mon Sep 17 00:00:00 2001 From: Joey Parrish Date: Tue, 21 May 2024 16:43:53 -0700 Subject: [PATCH] Tweak description --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bfd4513..ea9e88b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ version = "0.0.0" authors = [ { name="Joey Parrish", email="joey.parrish@gmail.com" }, ] -description = "Drive the Krikzz FlashKit Programmer MD from the command-line." +description = "Drive the Krikzz FlashKit Programmer MD to flash Sega Genesis carts from the command-line." readme = "README.md" # This comes from the usage of require=True in argparse's add_subparsers() requires-python = ">=3.7"