a7cda44dfe
In Train, we will use python 3.6 and 3.7 for python3 runtime in our gate jobs [1]. This commit drops python 3.5 and adds python 3.7. Redundant entries in tox.ini are cleanup along with python3.5 removal. [1] https://governance.openstack.org/tc/reference/runtimes/train.html Co-Authored-By: Akihiro Motoki <amotoki@gmail.com> Change-Id: Ideb2e7f6e7e3bd0986e5f6d400912a3e4e392e14
34 lines
890 B
INI
34 lines
890 B
INI
[metadata]
|
|
name = heat-dashboard
|
|
summary = Heat Management Dashboard
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack
|
|
author-email = openstack-discuss@lists.openstack.org
|
|
home-page = https://docs.openstack.org/heat-dashboard/latest/
|
|
classifier =
|
|
Environment :: OpenStack
|
|
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.6
|
|
Programming Language :: Python :: 3.7
|
|
|
|
[files]
|
|
packages =
|
|
heat_dashboard
|
|
|
|
[build_sphinx]
|
|
source-dir = doc/source
|
|
build-dir = doc/build
|
|
all_files = 1
|
|
warning-is-error = 1
|
|
|
|
[upload_sphinx]
|
|
upload-dir = doc/build/html
|