4895b36344
Change-Id: I78ae3c98fdc1e6c75c0af9e022463d09380737e8
41 lines
977 B
INI
41 lines
977 B
INI
[metadata]
|
|
name = cloudbase-init
|
|
version = 0.9.11
|
|
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 :: 2
|
|
Programming Language :: Python :: 2.7
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.3
|
|
|
|
[files]
|
|
packages =
|
|
cloudbaseinit
|
|
|
|
[global]
|
|
setup-hooks =
|
|
pbr.hooks.setup_hook
|
|
|
|
[build_sphinx]
|
|
all_files = 1
|
|
build-dir = doc/build
|
|
source-dir = doc/source
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
cloudbase-init = cloudbaseinit.shell:main
|
|
|
|
oslo.config.opts =
|
|
cloudbaseinit.conf = cloudbaseinit.conf.opts:get_options
|