OpenStack is dropping the py2.7 support in ussuri cycle except swift and sorlets which is exception approved in this goal. Somehow this repo is left to remove the support of py2.7. Ussuri Communtiy-wide goal: https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html Change-Id: Id30a4bbee9a437d8e73dc71f0b65304dc5e64e23
28 lines
902 B
INI
28 lines
902 B
INI
[metadata]
|
|
name = tripleo-image-elements
|
|
summary = Disk image builder elements for deploying OpenStack.
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack
|
|
author-email = openstack-discuss@lists.openstack.org
|
|
license = Apache License (2.0)
|
|
home-page = https://opendev.org/openstack/tripleo-image-elements
|
|
python-requires = >=3.6
|
|
classifier =
|
|
Environment :: OpenStack
|
|
Development Status :: 3 - Alpha
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: POSIX :: Linux
|
|
Programming Language :: Other
|
|
Environment :: Console
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: Implementation :: CPython
|
|
Programming Language :: Python :: 3 :: Only
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.6
|
|
Programming Language :: Python :: 3.7
|
|
|
|
[files]
|
|
data_files =
|
|
share/tripleo-image-elements = elements/*
|