416df18353
Drop support of Python 2.x as it is being deprecated. Updated documentation, tox config, requirements.txt. Job templates added: - openstack-python35-jobs: openstack-tox-py35 - openstack-python3-ussuri-jobs: openstack-tox-py36, openstack-tox-py37 Job added: - openstack-tox-pep8 Job templates removed: - openstack-python-jobs: openstack-tox-pep8, openstack-tox-py27 Jobs removed: - deckhand-tox-py27-postgresql Change-Id: I7783ba841258a913f5ecd9d6f1130d378345ab5a
29 lines
874 B
INI
29 lines
874 B
INI
[metadata]
|
|
name = Deckhand
|
|
summary = Storage service for YAML-based configuration documents, which are managed through version control and automatically validated.
|
|
description-file = README.rst
|
|
author = The Airship Authors
|
|
author-email = airship-discuss@lists.airshipit.org
|
|
home-page = https://airship-deckhand.readthedocs.io/
|
|
|
|
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.6
|
|
Programming Language :: Python :: 3.7
|
|
|
|
[files]
|
|
packages =
|
|
deckhand
|
|
|
|
[entry_points]
|
|
oslo.config.opts =
|
|
deckhand.conf = deckhand.conf.opts:list_opts
|
|
|
|
oslo.policy.policies =
|
|
deckhand = deckhand.policies:list_rules
|