Fixed linting error
authorPhil Howard <phil@gadgetoid.com>
Tue, 4 Jun 2019 11:38:15 +0000 (12:38 +0100)
committerPhil Howard <phil@gadgetoid.com>
Tue, 4 Jun 2019 11:38:15 +0000 (12:38 +0100)
library/setup.py

index 7eda071d7e2c7562e81829162c63161594c3e1f6..b211db783c22105fe3a1497534e07bd58ee5fa39 100755 (executable)
@@ -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=[]