Files
python-dracclient/setup.cfg
Takashi Kajinami 702fc4cf1f Bump minimum python version to 3.8
... and add a few missing python versions, according to the current
tested versions.

Change-Id: Ifb61575f7d5f5f42a74f14d480611dafe50bb2ac
2024-09-25 20:59:50 +09:00

31 lines
891 B
INI

[metadata]
name = python-dracclient
summary = Library for managing machines with Dell iDRAC cards
description_file = README.rst
maintainer = DracClient Team
author_email = openstack-discuss@lists.openstack.org
home_page = https://launchpad.net/python-dracclient
license = Apache-2
python_requires = >=3.8
classifier =
Intended Audience :: Developers
Intended Audience :: Information Technology
License :: OSI Approved :: Apache Software License
Operating System :: POSIX
Programming Language :: Python
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
[files]
packages =
dracclient
[build_sphinx]
all_files = 1
build-dir = doc/build
source-dir = doc/source