openstack-ansible/setup.cfg
Ivan Anfimov c94e31ce20 Replace license classifier
... according to the following warning from setuptools.

SetuptoolsDeprecationWarning: License classifiers are deprecated.

********************************************************************************
Please consider removing the following classifiers in favor of a SPDX license expression:

License :: OSI Approved :: Apache Software License

See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
********************************************************************************

Co-authored-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
Change-Id: I6b76afe70ee09af467d0b3be362c3576693db43b
2025-06-08 13:57:25 +00:00

33 lines
730 B
INI

[metadata]
name = openstack-ansible
summary = Ansible playbooks for deploying OpenStack
description_file =
README.rst
license = Apache-2.0
author = OpenStack
author_email = openstack-discuss@lists.openstack.org
home_page = https://docs.openstack.org/openstack-ansible/latest/
classifier =
Intended Audience :: Developers
Intended Audience :: System Administrators
Operating System :: POSIX :: Linux
[build_sphinx]
all_files = 1
build-dir = doc/build
source-dir = doc/source
[pbr]
warnerrors = True
[wheel]
universal = 1
[files]
packages = osa_toolkit
[entry_points]
console_scripts =
openstack-ansible-inventory = osa_toolkit.generate:main
openstack-ansible-inventory-manage = osa_toolkit.manage:main