mistral-dashboard/setup.cfg
Ghanshyam Mann 7114feec84 Update python classifier in setup.cfg
As per the current release tested runtime, we test
python version from 3.8 to 3.11 so updating the
same in python classifier in setup.cfg

Change-Id: I03447ec39b2456a8ae57fdfc3b1efc3ad9d256ef
2024-01-03 23:58:09 -08:00

33 lines
895 B
INI

[metadata]
name = mistral-dashboard
summary = Mistral dashboard
description_file = README.rst
license = Apache License, Version 2.0
python_requires = >=3.8
classifiers =
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.11
Environment :: OpenStack
Intended Audience :: Information Technology
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
author = OpenStack
author_email = openstack-discuss@lists.openstack.org
home_page = https://docs.openstack.org/mistral/latest/
[global]
setup_hooks =
pbr.hooks.setup_hook
[files]
packages =
mistraldashboard
[upload_sphinx]
upload_dir = doc/build/html