Update author name in pyproject.toml

This commit is contained in:
kilyabin
2026-01-30 23:26:52 +04:00
committed by GitHub
parent b6342e65b8
commit c11345d576

View File

@@ -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"