From f75d184008c0122ab671e96eb7a89987cefcaa1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20H=C3=B6rstrup?= Date: Tue, 11 Jun 2024 14:06:23 +0200 Subject: [PATCH] Use a more general term for the authors --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5678ecf..41a8933 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ description="Parser and Scheduler for Production Flow Description Language (PFDL) files.", long_description=long_description, long_description_content_type='text/markdown', - author="Peter Detzner, Maximilian Hoerstrup", + author="The PFDL Contributors", author_email="maximilian.hoerstrup@iml.fraunhofer.de", python_requires = ">=3.10", packages=find_packages(),