5b3dba0c87
in 'wallaby' cycle, we should test py38 by default. Also support tox test on py36 and py38 as that's what our check job verify on. ref: https://governance.openstack.org/tc/reference/runtimes/victoria.html Change-Id: I349d80cb1b963bdb30e374994f7c18352f918e3b
32 lines
889 B
INI
32 lines
889 B
INI
[metadata]
|
|
name = heat-cfntools
|
|
summary = Tools required to be installed on Heat provisioned cloud instances
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack
|
|
author-email = openstack-discuss@lists.openstack.org
|
|
home-page = http://www.openstack.org/
|
|
python-requires = >=3.6
|
|
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 :: 3
|
|
Programming Language :: Python :: 3.6
|
|
Programming Language :: Python :: 3.7
|
|
Programming Language :: Python :: 3.8
|
|
|
|
[files]
|
|
packages =
|
|
heat_cfntools
|
|
scripts =
|
|
bin/cfn-create-aws-symlinks
|
|
bin/cfn-get-metadata
|
|
bin/cfn-hup
|
|
bin/cfn-init
|
|
bin/cfn-push-stats
|
|
bin/cfn-signal
|