From: Kefu Chai Date: Mon, 30 Oct 2023 02:33:06 +0000 (+0800) Subject: python-common: remove spaces around `=` X-Git-Tag: v20.0.0~2124^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F57012%2Fhead;p=ceph.git python-common: remove spaces around `=` to be more PEP8 compliant Signed-off-by: Kefu Chai --- diff --git a/src/python-common/setup.py b/src/python-common/setup.py index 30f52516ccd0..1acdd2f91cbc 100644 --- a/src/python-common/setup.py +++ b/src/python-common/setup.py @@ -16,11 +16,11 @@ setup( license='LGPLv2+', keywords='ceph', url="https://github.com/ceph/ceph", - zip_safe = False, + zip_safe=False, install_requires=( 'pyyaml', ), - classifiers = [ + classifiers=[ 'Intended Audience :: Developer', 'Operating System :: POSIX :: Linux', 'License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)',