]> git.ipfire.org Git - thirdparty/libcgroup.git/commit
python/setup.py: make it PEP8 compliant
authorKamalesh Babulal <kamalesh.babulal@oracle.com>
Thu, 17 Feb 2022 19:39:43 +0000 (12:39 -0700)
committerTom Hromatka <tom.hromatka@oracle.com>
Thu, 17 Feb 2022 19:39:48 +0000 (12:39 -0700)
commitaaedc3b9926d7a970c32c7a94974b84c05def5ad
treec21e5a98a171064dc8f4da5f48fbc2aa65ddb9cc
parentc4aaf1b6a8b95b4e430b50c6defd188dd962c712
python/setup.py: make it PEP8 compliant

Make setup.py PEP-8 compliant, it fixes the following two issues
reported by flake8:
- E128 continuation line under-indented for visual indent
- E251 unexpected spaces around keyword/parameter equals

also, adopt single quotes for strings.

Signed-off-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
src/python/setup.py