Replace options contining dashes from setup.cfg

Since v78.0.0, setuptools no longer accepts options containing
uppercase or dash characters in setup.cfg [1].

[1] https://github.com/pypa/setuptools/blob/main/NEWS.rst#v7800

Related-Bug: #2104030
Change-Id: I76b82f038f3a9be6dac913eb99cdfd660e2b7a64
This commit is contained in:
Alfredo Moralejo 2025-03-24 17:35:10 +01:00
parent c306776589
commit b8cc64d911

View File

@ -1,9 +1,9 @@
[metadata]
name = python-mistralclient
summary = Mistral Client Library
description-file = README.rst
description_file = README.rst
license = Apache Software License
python-requires = >=3.9
python_requires = >=3.9
classifiers =
Programming Language :: Python
Programming Language :: Python :: Implementation :: CPython
@ -18,8 +18,8 @@ classifiers =
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/python-mistralclient/latest/
author_email = openstack-discuss@lists.openstack.org
home_page = https://docs.openstack.org/python-mistralclient/latest/
[files]
packages =