From f9f125091d89a3daea431950bebb4149198eb39e Mon Sep 17 00:00:00 2001 From: Hugo Date: Mon, 23 Mar 2020 17:50:24 +0200 Subject: [PATCH] Fix syntax error --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3882aab0..f1cfef45 100755 --- a/setup.py +++ b/setup.py @@ -65,7 +65,7 @@ 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8' ], - project_urls: { + project_urls={ 'Documentation': 'https://certifiio.readthedocs.io/en/latest/', 'Source': 'https://github.com/certifi/python-certifi', },