
Python 2 reached its EOL long time ago so we no longer need to use six to guarantee compatibility with Python 2. Also set the minimum python version to avoid installation in old Python 3 versions which already reached EOL. Change-Id: I8f3fb493fd09943660fdae24bf592fbc3ff7ea2b
24 lines
702 B
INI
24 lines
702 B
INI
[metadata]
|
|
name = python-scciclient
|
|
summary = Python ServerView Common Command Interface (SCCI) Client Library
|
|
description_file =
|
|
README.rst
|
|
author = FUJITSU LIMITED
|
|
author_email = fj-lsoft-scciclient@dl.jp.fujitsu.com
|
|
home_page = https://opendev.org/x/python-scciclient
|
|
python_requires = >=3.8
|
|
classifier =
|
|
Development Status :: 4 - Beta
|
|
Environment :: Console
|
|
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
|
|
|
|
[files]
|
|
packages =
|
|
scciclient
|