From e260a20fb6b2dfc343911b35a691abfdbfa31334 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 14 Nov 2021 14:13:55 +0100 Subject: [PATCH] Add trailing comma --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1b935df..5bc4896 100644 --- a/setup.py +++ b/setup.py @@ -57,5 +57,5 @@ setup( }, install_requires=[ 'PySide6', - ] + ], )