setup.cfg: Replace tabs

We use 4 spaces more commonly.

Change-Id: Ida40e08b20e37d6d8aff2908de74b7e3c436954a
Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
This commit is contained in:
Takashi Kajinami
2025-07-26 00:37:52 +09:00
parent 66c7183717
commit 018d06ebf8

View File

@@ -4,31 +4,31 @@ author = OpenStack
author_email = openstack-discuss@lists.openstack.org author_email = openstack-discuss@lists.openstack.org
summary = Config files from cloud metadata summary = Config files from cloud metadata
description_file = description_file =
README.rst README.rst
home_page = https://opendev.org/openstack/os-apply-config home_page = https://opendev.org/openstack/os-apply-config
python_requires = >=3.8 python_requires = >=3.8
classifier = classifier =
Development Status :: 4 - Beta Development Status :: 4 - Beta
Environment :: Console Environment :: Console
Environment :: OpenStack Environment :: OpenStack
Intended Audience :: Developers Intended Audience :: Developers
Intended Audience :: Information Technology Intended Audience :: Information Technology
License :: OSI Approved :: Apache Software License License :: OSI Approved :: Apache Software License
Operating System :: OS Independent Operating System :: OS Independent
Programming Language :: Python Programming Language :: Python
Programming Language :: Python :: 3 Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11 Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12 Programming Language :: Python :: 3.12
[files] [files]
packages = packages =
os_apply_config os_apply_config
[entry_points] [entry_points]
console_scripts = console_scripts =
os-config-applier = os_apply_config.apply_config:main os-config-applier = os_apply_config.apply_config:main
os-apply-config = os_apply_config.apply_config:main os-apply-config = os_apply_config.apply_config:main