From 018d06ebf805aa9d054ede4dceff2eac912dc894 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Sat, 26 Jul 2025 00:37:52 +0900 Subject: [PATCH] setup.cfg: Replace tabs We use 4 spaces more commonly. Change-Id: Ida40e08b20e37d6d8aff2908de74b7e3c436954a Signed-off-by: Takashi Kajinami --- setup.cfg | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/setup.cfg b/setup.cfg index ce8fcff..858350e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,31 +4,31 @@ author = OpenStack author_email = openstack-discuss@lists.openstack.org summary = Config files from cloud metadata description_file = - README.rst + README.rst home_page = https://opendev.org/openstack/os-apply-config python_requires = >=3.8 classifier = - Development Status :: 4 - Beta - Environment :: Console - Environment :: OpenStack - Intended Audience :: Developers - Intended Audience :: Information Technology - License :: OSI Approved :: Apache Software License - Operating System :: OS Independent - Programming Language :: Python - Programming Language :: Python :: 3 - Programming Language :: Python :: 3 :: Only - Programming Language :: Python :: 3.8 - Programming Language :: Python :: 3.9 - Programming Language :: Python :: 3.10 - Programming Language :: Python :: 3.11 - Programming Language :: Python :: 3.12 + Development Status :: 4 - Beta + Environment :: Console + Environment :: OpenStack + Intended Audience :: Developers + Intended Audience :: Information Technology + License :: OSI Approved :: Apache Software License + Operating System :: OS Independent + Programming Language :: Python + Programming Language :: Python :: 3 + Programming Language :: Python :: 3 :: Only + Programming Language :: Python :: 3.8 + Programming Language :: Python :: 3.9 + Programming Language :: Python :: 3.10 + Programming Language :: Python :: 3.11 + Programming Language :: Python :: 3.12 [files] packages = - os_apply_config + os_apply_config [entry_points] console_scripts = - os-config-applier = os_apply_config.apply_config:main - os-apply-config = os_apply_config.apply_config:main + os-config-applier = os_apply_config.apply_config:main + os-apply-config = os_apply_config.apply_config:main