cloudbase-init/setup.cfg
Adrian Vladu a7f9859e74 Add official support for Python 3.12
Change-Id: Ic024a9018da88042b07000863f6227a5fbb8bdfb
Signed-off-by: Adrian Vladu <avladu@cloudbasesolutions.com>
2024-06-03 11:14:54 +00:00

38 lines
985 B
INI

[metadata]
name = cloudbase-init
version = 1.1.6
summary = Portable cloud initialization service
description-file =
README.rst
author = Cloudbase Solutions Srl
author-email = apilotti@cloudbasesolutions.com
home-page = http://www.cloudbase.it/
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
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 =
cloudbaseinit
[global]
setup-hooks =
pbr.hooks.setup_hook
[entry_points]
console_scripts =
cloudbase-init = cloudbaseinit.shell:main
oslo.config.opts =
cloudbaseinit.conf = cloudbaseinit.conf.opts:get_options