From b4e17d3229170521a9df82989cde0383063ef60b Mon Sep 17 00:00:00 2001 From: Meline Sieber Date: Mon, 15 Nov 2021 14:01:45 +0100 Subject: [PATCH] add Lukas Murer to project maintainers --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 049704be..55b071a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,8 +6,8 @@ build-backend = "poetry.core.masonry.api" name = "nuts" version = "3.0.1" description = "Network Unit Testing System Component of NetTowel" -authors = ["Méline Sieber, Urs Baumann, Matthias Gabriel, Florian Bruhin"] -maintainers = ["Méline Sieber ", "Florian Bruhin "] +authors = ["Lukas Murer, Méline Sieber, Urs Baumann, Matthias Gabriel, Florian Bruhin"] +maintainers = ["Lukas Murer ", "Méline Sieber ", "Florian Bruhin "] classifiers = ["Framework :: Pytest", "Topic :: System :: Networking"] homepage = "https://github.com/INSRapperswil/Nuts" repository = "https://github.com/INSRapperswil/Nuts"