
Platform specific requirements can not be included in requirements.txt Includes also: * testr configuration file * PEP8 fixes * Unit test fixes for passing OpenStack Jenkins checks Change-Id: I6f3f367f3316e0b506bb62e66d7671f9e52c72b5 Closes-Bug: #1376816
37 lines
861 B
INI
37 lines
861 B
INI
[metadata]
|
|
name = cloudbase-init
|
|
version = 0.9.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 :: 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]
|
|
source-dir = doc/source
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
cloudbase-init = cloudbaseinit.shell:main
|