From a616b6a0488b90eb5e293f7ab573559f258b038c Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Wed, 5 May 2021 20:55:35 +0200 Subject: setup.py: Add comma to final block This will make sure that we will not run into errors caused by an omission of a comma should sections ever be moved around in the future. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3d3800f..055c344 100644 --- a/setup.py +++ b/setup.py @@ -18,5 +18,5 @@ setuptools.setup( install_requires=[ 'python-dateutil>=2.8.1', 'sqlalchemy>=1.4', - ] + ], ) -- cgit v1.2.3-2-gb3c3