From e5be31ca68d939bf0c585fd56a948129824a53e2 Mon Sep 17 00:00:00 2001 From: Marcel Walter Date: Sat, 16 Nov 2024 15:09:04 +0100 Subject: [PATCH] :memo: Added Willem Lambooy as author to the framework (#581) --- docs/conf.py | 4 ++-- pyproject.toml | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index b28b4aedc..3cb36cf63 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -43,8 +43,8 @@ # General information about the project. project = 'fiction' -copyright = '2018-2023: Marcel Walter. 2023-present: Chair for Design Automation, Technical University of Munich' -author = 'Marcel Walter, Jan Drewniok, Simon Hofmann, Benjamin Hien' +copyright = '2018-2023: Marcel Walter. 2023-present: Chair for Design Automation, Technical University of Munich (TUM)' +author = 'Marcel Walter, Jan Drewniok, Simon Hofmann, Benjamin Hien, Willem Lambooy' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the diff --git a/pyproject.toml b/pyproject.toml index 41595b5c0..93d1a70b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,8 @@ authors = [ { name = "Marcel Walter", email = "marcel.walter@tum.de" }, { name = "Jan Drewniok", email = "jan.drewniok@tum.de" }, { name = "Simon Hofmann", email = "simon.t.hofmann@tum.de" }, - { name = "Benjamin Hien", email = "benjamin.hien@tum.de" } + { name = "Benjamin Hien", email = "benjamin.hien@tum.de" }, + { name = "Willem Lambooy", email = "willem.lambooy@tum.de" } ] keywords = ["MNT", "fiction", "nanotechnology", "FCN", "QCA", "NML", "SiDB", "design automation", "placement", "routing", "clocking", "simulation"] license = { file = "LICENSE.txt" }