As per 2025.1 testing runtime[1], we need to test on Ubuntu Noble and python 3.9 to 3.12. Tracking: https://etherpad.opendev.org/p/migrate-to-noble [1] https://governance.openstack.org/tc/reference/runtimes/2025.1.html Change-Id: Ib7bca90e966bf71f26aa072fbe0fc2c48ded04f9
32 lines
978 B
INI
32 lines
978 B
INI
[metadata]
|
|
name = devstack-tools
|
|
summary = Devstack Helper Tools in Python
|
|
description_file =
|
|
README.rst
|
|
author = OpenStack
|
|
author_email = openstack-discuss@lists.openstack.org
|
|
home_page = https://opendev.org/openstack/devstack-tools/src/branch/master/README.rst
|
|
python_requires = >=3.9
|
|
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 :: Implementation :: CPython
|
|
Programming Language :: Python :: 3 :: Only
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.9
|
|
Programming Language :: Python :: 3.10
|
|
Programming Language :: Python :: 3.11
|
|
Programming Language :: Python :: 3.12
|
|
|
|
[files]
|
|
packages =
|
|
devstack
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
dsconf = devstack.cmd:main
|