Update author name in pyproject.toml
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
name = "genpass"
|
name = "genpass"
|
||||||
version = "1.0.0"
|
version = "1.0.0"
|
||||||
description = "Secure password generator CLI"
|
description = "Secure password generator CLI"
|
||||||
authors = [{ name = "Ilya Kom" }]
|
authors = [{ name = "kilyabin" }]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
requires-python = ">= 3.8"
|
requires-python = ">= 3.8"
|
||||||
|
|||||||
Reference in New Issue
Block a user