From 257842229b8a1b967212da9c9aa50f5dd59b3a71 Mon Sep 17 00:00:00 2001 From: Marvin Kastner Date: Tue, 20 Aug 2024 17:18:25 +0200 Subject: [PATCH] Add Shubhangi as contributor in the docstring --- conflowgen/metadata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conflowgen/metadata.py b/conflowgen/metadata.py index 5c7b0fc..8e12568 100644 --- a/conflowgen/metadata.py +++ b/conflowgen/metadata.py @@ -4,6 +4,6 @@ A generator for synthetic container flows at maritime container terminals with a focus on yard operations """ -__author__ = "Marvin Kastner and Ole Grasse" +__author__ = "Marvin Kastner, Ole Grasse, and Shubhangi Gupta" __maintainer__ = "Marvin Kastner" __email__ = "marvin.kastner@tuhh.de"