heat-translator/setup.cfg
Sairam Vengala 1008a8801c Update metadata in setup.cfg
removed the py3.6 and py3.7 from here as it does not get tested or supported now and added py3.9 and py3.10

please check this below reference link
 https://governance.openstack.org/tc/reference/runtimes/2023.2.html#python-runtimes-for-2023-2

Change-Id: I2c3988327eded325097d2823cf659aa90b3a35f7
2023-09-23 06:35:09 +00:00

39 lines
1.1 KiB
INI

[metadata]
name = heat-translator
description = Tool to translate non-heat templates to Heat Orchestration Template.
long_description = file: README.rst
author = OpenStack
author_email = openstack-discuss@lists.openstack.org
url = http://docs.openstack.org/heat-translator/
python_requires = >=3.8
classifiers =
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.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: Implementation :: CPython
[files]
packages =
translator
package_data =
conf = conf/*.conf
[entry_points]
openstack.cli.extension =
translator = translator.osc.osc_plugin
openstack.translator.v1 =
translate_template = translator.osc.v1.translate:TranslateTemplate
console_scripts =
heat-translator = translator.shell:main