
- put a brief description of license in LICENSE file - put full license versions in LICENSE-GPLv3 and LICENSE-Apache2.0 - simplify the per-file header to reference LICENSE - also, tox.ini: work around httpretty issue Change-Id: I259ed23767472047da823c1a67085e47afc561d8
37 lines
840 B
INI
37 lines
840 B
INI
[metadata]
|
|
name = cloudinit
|
|
version = 1.9.0
|
|
summary = cloud initialisation magic
|
|
description-file =
|
|
README.rst
|
|
author = Scott Moser
|
|
author-email = scott.moser@canonical.com
|
|
home-page = http://launchpad.net/cloud-init/
|
|
classifier =
|
|
Environment :: Console
|
|
Environment :: Cloud
|
|
Intended Audience :: Information Technology
|
|
Intended Audience :: System Administrators
|
|
License :: OSI Approved :: dual GPLv3 or Apache Software License
|
|
Operating System :: OS Independent
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: 2.7
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.3
|
|
|
|
[files]
|
|
packages =
|
|
cloudinit
|
|
|
|
[global]
|
|
setup-hooks =
|
|
pbr.hooks.setup_hook
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
cloud-init = cloudinit.shell:main
|
|
|
|
[build_sphinx]
|
|
source-dir = doc/source
|
|
build-dir = doc/build
|