cloudbase-init/setup.cfg
Adrian Vladu e192f67f71 version: bump version to 1.1.4
Version 1.1.4+ does not support Python 3.7 or lower anymore.

Change-Id: I9f5de3b058f0dc31e7e09a334f23f92f7e7ed907
2022-11-21 13:29:10 +02:00

36 lines
903 B
INI

[metadata]
name = cloudbase-init
version = 1.1.4
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
[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