2017-06-26 19:57:50 -04:00
|
|
|
[metadata]
|
|
|
|
name = deckhand
|
|
|
|
summary = Secrets management persistence tool.
|
|
|
|
description-file = README.rst
|
|
|
|
|
2017-10-11 19:50:11 -04:00
|
|
|
author = Deckhand team
|
|
|
|
home-page = http://deckhand.readthedocs.io/en/latest/
|
2017-06-26 19:57:50 -04:00
|
|
|
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
|
|
|
|
|
2017-09-21 18:22:03 +01:00
|
|
|
oslo.policy.policies =
|
|
|
|
deckhand = deckhand.policies:list_rules
|