
OpenStack is dropping the py2.7 support in ussuri cycle. This also adds the standard expected jobs to be run for ussuri. Complete discussion & schedule can be found in - http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html - https://etherpad.openstack.org/p/drop-python2-support Ussuri Communtiy-wide goal: https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html Various fixes to make the expected jobs pass as well. Change-Id: I3e8c107c9e3cb8a13a531fb81fd2030d0aad0e7e Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
29 lines
738 B
INI
29 lines
738 B
INI
[metadata]
|
|
name = adjutant-ui
|
|
summary = Adjutant User Interface
|
|
description-file =
|
|
README.rst
|
|
author = Adrian Turjak
|
|
author-email = adriant@catalyst.net.nz
|
|
home-page = https://github.com/catalyst/adjutant-ui
|
|
classifier =
|
|
Environment :: OpenStack
|
|
Framework :: Django
|
|
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 =
|
|
adjutant_ui
|
|
|
|
[build_sphinx]
|
|
all_files = 1
|
|
build-dir = doc/build
|
|
source-dir = doc/source
|