fix linter complaint about unexpected spaces around keyword / parameter equals

master
Adeeb Shihadeh 2020-05-31 17:34:34 -07:00
parent 275e76c2b2
commit 8039638482
1 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ setup(
packages=[ packages=[
'panda', 'panda',
], ],
package_dir = {'panda': 'python'}, package_dir={'panda': 'python'},
platforms='any', platforms='any',
license='MIT', license='MIT',
install_requires=[ install_requires=[
@ -52,7 +52,7 @@ setup(
'tqdm >= 4.14.0', 'tqdm >= 4.14.0',
'requests' 'requests'
], ],
ext_modules = [], ext_modules=[],
description="Code powering the comma.ai panda", description="Code powering the comma.ai panda",
long_description='See https://github.com/commaai/panda', long_description='See https://github.com/commaai/panda',
classifiers=[ classifiers=[