From fcc79cdde0d286badc4f3f564b066946ddea9fb9 Mon Sep 17 00:00:00 2001 From: Dominik Roth Date: Wed, 11 Oct 2023 11:38:42 +0200 Subject: [PATCH] Added Hongyi & Hongyi as authors to setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 28c1a28..682bc7a 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ def find_package_data(extensions_to_include: List[str]) -> List[str]: setup( - author='Fabian Otto, Onur Celik', + author='Fabian Otto, Onur Celik, Dominik Roth, Hongyi Zhou', name='fancy_gym', version='0.4', classifiers=[