eab524abd8
* DECKHAND-11: Add oslo.config integration to Deckhand This commit adds oslo.config integration to Deckhand. It also creates a lot of preliminary files/configuration settings needed to run tox as well as lint and oslo-config-generator jobs. * Remove sample config file.
29 lines
730 B
INI
29 lines
730 B
INI
[metadata]
|
|
name = deckhand
|
|
summary = Secrets management persistence tool.
|
|
description-file = README.rst
|
|
|
|
author = deckhand team
|
|
home-page = http://deckhand-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 :: 2
|
|
Programming Language :: Python :: 2.7
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.5
|
|
|
|
[files]
|
|
packages =
|
|
deckhand
|
|
|
|
[entry_points]
|
|
oslo.config.opts =
|
|
deckhand.conf = deckhand.conf.opts:list_opts
|
|
|
|
[pbr]
|
|
warnerrors = True
|