From a989fa2d6e21e5af9bc5d029c288ab0daa3573e1 Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Sun, 16 Jan 2022 16:01:37 +0100 Subject: [PATCH] fix small mistake --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index da423c5d..83ab053e 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ setup( entry_points = { 'console_scripts': ['trueupdate=trueupdate.command_line:main'], - } + }, # The description that will be shown on PyPI. # Keep it short and concise