Files
python-scciclient/setup.cfg
Takashi Kajinami 3ee69d2d37 setup.cfg: Replace dashes with underscores
Setuptools v54.1.0 introduces a warning that the use of dash-separated
options in 'setup.cfg' will not be supported in a future version [1].
Get ahead of the issue by replacing the dashes with underscores. Without
this, we see 'UserWarning' messages like the following on new enough
versions of setuptools:

  UserWarning: Usage of dash-separated 'description-file' will not be
  supported in future versions. Please use the underscore name
  'description_file' instead

Also remove the unused sections for translation and doc build.

[1] https://github.com/pypa/setuptools/commit/a2e9ae4cb

Change-Id: Ie91f09aaaf3375cbfb3a0e764682e729283be2a5
2025-02-26 13:01:47 +00:00

23 lines
678 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
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