cloudbase-init/setup.cfg
Adrian Vladu 3c290194c1 Remove support and automated checks for Python 2.x
As Python 2 has reached EOL, is time to remove the declarative support
for it. This code snapshot still supports Python 2.7, but in the future,
no Python 2.x tests will be performed to ensure the support.

Change-Id: Ic8fe6b958d658ae25f887179ab5900e13c88af54
2020-07-13 11:42:17 +03:00

36 lines
902 B
INI

[metadata]
name = cloudbase-init
version = 1.1.3
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.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
[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