From: Phil Howard Date: Tue, 4 Jun 2019 11:38:15 +0000 (+0100) Subject: Fixed linting error X-Git-Url: https://zdv2.bktei.com/gitweb/EVA-2020-02-2.git/commitdiff_plain/d0f3cd3fb8a3ff2ef76d42444592acffbf4d02ae Fixed linting error --- 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=[]