From 4b7fc4a734c72ae617fc39d7e948ca56a1e75e9d Mon Sep 17 00:00:00 2001 From: SiebeLeDe <77436462+SiebeLeDe@users.noreply.github.com> Date: Wed, 11 Oct 2023 11:06:21 +0200 Subject: [PATCH] Update pyproject.toml Added maintainers --- pyproject.toml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4e04182d..09ae08dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,9 +4,18 @@ build-backend = "setuptools.build_meta" [project] name = "TCutility" + +# Original authors authors = [ - "TheoChem" <"https://www.theochem.nl/>", + "SiebeLeDe ", + "Yuman Hordijk ", +] + +# Current maintainers +maintainers = [ + "TheoCheM group ", ] + description = "Utility package for working with AMS/ADF within the Theoretical Chemistry group at the Vrije Universiteit Amsterdam (TheoCheM). Makes use of plams - a package developed by SCM" readme = "README.md" requires-python = ">=3.7"