From 5a8ce0910e10e1ffb7103dfe5521dc729fd0b4d4 Mon Sep 17 00:00:00 2001 From: Technici4n <13494793+Technici4n@users.noreply.github.com> Date: Mon, 25 Nov 2024 17:15:50 +0100 Subject: [PATCH] Update maintenance status --- README.md | 5 +++-- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b6143a3..0ad2cfd 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,9 @@ and usage of the AiiDA-DFTK plugin: Explore how to run a DFTK calculation using AiiDA's common workflow system. ## Contact -AiiDA-DFTK is developed and maintained by: +AiiDA-DFTK is currently maintained by: +- **Bruno Ploumhans**: bruno.ploumhans@epfl.ch +Former authors: - **Yihan Wu**: yihan.wu@epfl.ch - **Austin Zadoks**: austin.zadoks@epfl.ch -- **Junfeng Qiao**: junfeng.qiao@epfl.ch diff --git a/pyproject.toml b/pyproject.toml index 34ddc48..6575095 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = 'flit_core.buildapi' name = 'aiida-dftk' dynamic = ['version'] description = 'AiiDA plugin for DFTK' -authors = [{name = 'Austin Zadoks', email = 'austin.zadoks@epfl.ch'}, {name = 'Yihan Wu', email = 'yihan.wu@epfl.ch'}] +authors = [{name = 'Austin Zadoks', email = 'austin.zadoks@epfl.ch'}, {name = 'Yihan Wu', email = 'yihan.wu@epfl.ch'}, {name = 'Bruno Ploumhans', email = 'bruno.ploumhans@epfl.ch'}] readme = 'README.md' license = {file = 'LICENSE'} classifiers = [