
- uplifted/downgraded some python modules - fixed falcon.API deprecation - -> falcon.App - uplifted deckhand reference for python deps - fixed formatting style using yapf linter - added bindep role and bindep.txt file with required deps - fixed quai docker image publishing - re-enabled openstack-tox-py38 gate job Change-Id: I0e248182efad75630721a1291bc86a5edc79c22a
29 lines
824 B
INI
29 lines
824 B
INI
[metadata]
|
|
name = promenade
|
|
version = 1.1
|
|
summary = Promenade is a tool for bootstrapping a resilient kubernetes cluster and managing its life-cycle via helm charts.
|
|
description_file = README.md
|
|
author = The Airship Authors
|
|
author_email = airship-discuss@lists.airshipit.org
|
|
home_page = https://opendev.org/airship/promenade
|
|
|
|
classifier =
|
|
Intended Audience :: Information Technology
|
|
Intended Audience :: System Administrators
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: POSIX :: Linux
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.8
|
|
Programming Language :: Python :: 3.10
|
|
|
|
[files]
|
|
packages =
|
|
promenade
|
|
data_files =
|
|
schemas = schemas/*
|
|
templates = templates/*
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
promenade=promenade.cli:promenade
|