From 464a1e4ebf1545b1b70f6689108534a1c4f9d4dc Mon Sep 17 00:00:00 2001 From: Jeonghun-Ban Date: Fri, 6 Jan 2023 23:13:17 +0900 Subject: [PATCH 1/2] chore(pyproject): Update author name to junghoon-vans --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c66a20f..6566d37 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "varst" version = "1.5.0" description = "Replace substitutions in rst files with variables." -authors = ["Jeonghun-Ban "] +authors = ["junghoon-vans "] maintainers = ["Jeonghun-Ban "] license = "MIT" readme = "README.rst" From 90c4e4c4b817541bf8690b644db05b60f36399c3 Mon Sep 17 00:00:00 2001 From: Jeonghun-Ban Date: Fri, 6 Jan 2023 23:13:44 +0900 Subject: [PATCH 2/2] chore(pyproject): Update maintainer name to junghoon-vans --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6566d37..8765ddd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "varst" version = "1.5.0" description = "Replace substitutions in rst files with variables." authors = ["junghoon-vans "] -maintainers = ["Jeonghun-Ban "] +maintainers = ["junghoon-vans "] license = "MIT" readme = "README.rst" repository = "https://github.com/junghoon-vans/varst"