From c11345d576ad2c7656953657b08353caed273536 Mon Sep 17 00:00:00 2001 From: kilyabin <65072190+kilyabin@users.noreply.github.com> Date: Fri, 30 Jan 2026 23:26:52 +0400 Subject: [PATCH] Update author name in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9a368bc..091c29f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "genpass" version = "1.0.0" description = "Secure password generator CLI" -authors = [{ name = "Ilya Kom" }] +authors = [{ name = "kilyabin" }] readme = "README.md" license = "MIT" requires-python = ">= 3.8"