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:
38
setup.cfg
38
setup.cfg
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user