e1b64d200b
- adding .editorconfig file - minor cleanup in various files related to .editorconfig - typos, whitespace, etc. - other general housekeeping items on the codebase Change-Id: I104f8dcb06aafb180da12f7ee4c0ded41fc07b9d
55 lines
1.1 KiB
INI
55 lines
1.1 KiB
INI
[metadata]
|
|
name = armada
|
|
summary = tool for managing multiple chart orchestration lifecycle
|
|
description-file = README.rst
|
|
|
|
author = armada team
|
|
home-page = http://armada-helm.readthedocs.io/en/latest/
|
|
classifier =
|
|
Intended Audience :: Information Technology
|
|
Intended Audience :: System Administrators
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: POSIX :: Linux
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.5
|
|
|
|
[files]
|
|
packages =
|
|
armada
|
|
armada.cli
|
|
armada.api
|
|
armada.handlers
|
|
hapi
|
|
hapi.chart
|
|
hapi.release
|
|
hapi.services
|
|
hapi.version
|
|
|
|
[build_sphinx]
|
|
source-dir = docs/source
|
|
build-dir = docs/build
|
|
all_files = 1
|
|
warning-is-error = 1
|
|
|
|
[upload_sphinx]
|
|
upload-dir = doc/build/html
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
armada = armada.shell:main
|
|
oslo.config.opts =
|
|
armada.conf = armada.conf.opts:list_opts
|
|
oslo.policy.policies =
|
|
armada = armada.common.policies:list_rules
|
|
|
|
[pbr]
|
|
warnerrors = True
|
|
|
|
[wheel]
|
|
universal = 1
|
|
|
|
[nosetests]
|
|
verbosity=3
|
|
with-doctest=1
|