From d0ed6ad0e687e73c37e8fe79fab78b23bc0b8b24 Mon Sep 17 00:00:00 2001 From: robinzyb <38876805+robinzyb@users.noreply.github.com> Date: Sat, 14 Sep 2024 21:17:48 +0200 Subject: [PATCH] update pyproject.toml add maintainer entry --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 04113b9..7184fcd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,6 +12,9 @@ description = "A Small Package to Postprocess Cp2k Output" authors = [ {name = "Yong-Bin Zhuang", email = "robinzhuang@outlook.com"} ] +maintainers = [ + {name = "Yong-Bin Zhuang", email = "robinzhuang@outlook.com"} + ] license = {file = "LICENSE"} readme = "README.md" classifiers = [