From d0f3cd3fb8a3ff2ef76d42444592acffbf4d02ae Mon Sep 17 00:00:00 2001 From: Phil Howard Date: Tue, 4 Jun 2019 12:38:15 +0100 Subject: [PATCH] Fixed linting error --- library/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/setup.py b/library/setup.py index 7eda071..b211db7 100755 --- a/library/setup.py +++ b/library/setup.py @@ -47,7 +47,7 @@ setup( license='MIT', keywords='Raspberry Pi', url='http://www.pimoroni.com', - project_urls={ 'GitHub': 'https://www.github.com/pimoroni/{{LIBNAME}}-python' }, + project_urls={'GitHub': 'https://www.github.com/pimoroni/{{LIBNAME}}-python'}, classifiers=classifiers, packages=['{{LIBNAME}}'], install_requires=[] -- 2.30.2