From 17b5fb124dff470c3ead8178e77f58cea6bf3964 Mon Sep 17 00:00:00 2001 From: jesopo Date: Thu, 12 Mar 2020 16:44:25 +0000 Subject: [PATCH] remove extraneous comma in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4615b35..aa4bd44 100644 --- a/setup.py +++ b/setup.py @@ -24,5 +24,5 @@ setuptools.setup( "Operating System :: Microsoft :: Windows", "Topic :: Communications :: Chat :: Internet Relay Chat" ], - python_requires='>=3.6', + python_requires='>=3.6' )