From ee44677502c4a8c7da8ab7191cc792165c6d3a63 Mon Sep 17 00:00:00 2001 From: Lennart Reiher Date: Wed, 30 Oct 2024 17:00:54 +0000 Subject: [PATCH] add second author to package info --- ros2-pkg-create/pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ros2-pkg-create/pyproject.toml b/ros2-pkg-create/pyproject.toml index 95bc68b..1408a4f 100644 --- a/ros2-pkg-create/pyproject.toml +++ b/ros2-pkg-create/pyproject.toml @@ -10,9 +10,11 @@ license = {file = "LICENSE"} readme = "README.md" authors = [ {name = "Lennart Reiher", email = "lennart.reiher@rwth-aachen.de"}, + {name = "Jean-Pierre Busch", email = "jean-pierre.busch@rwth-aachen.de"}, ] maintainers = [ {name = "Lennart Reiher", email = "lennart.reiher@rwth-aachen.de"}, + {name = "Jean-Pierre Busch", email = "jean-pierre.busch@rwth-aachen.de"}, ] classifiers = [ "License :: OSI Approved :: MIT License",