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', - ] + ], )