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:
@@ -1,9 +1,9 @@
|
|||||||
[metadata]
|
[metadata]
|
||||||
name = python-mistralclient
|
name = python-mistralclient
|
||||||
summary = Mistral Client Library
|
summary = Mistral Client Library
|
||||||
description-file = README.rst
|
description_file = README.rst
|
||||||
license = Apache Software License
|
license = Apache Software License
|
||||||
python-requires = >=3.9
|
python_requires = >=3.9
|
||||||
classifiers =
|
classifiers =
|
||||||
Programming Language :: Python
|
Programming Language :: Python
|
||||||
Programming Language :: Python :: Implementation :: CPython
|
Programming Language :: Python :: Implementation :: CPython
|
||||||
@@ -18,8 +18,8 @@ classifiers =
|
|||||||
License :: OSI Approved :: Apache Software License
|
License :: OSI Approved :: Apache Software License
|
||||||
Operating System :: POSIX :: Linux
|
Operating System :: POSIX :: Linux
|
||||||
author = OpenStack
|
author = OpenStack
|
||||||
author-email = openstack-discuss@lists.openstack.org
|
author_email = openstack-discuss@lists.openstack.org
|
||||||
home-page = https://docs.openstack.org/python-mistralclient/latest/
|
home_page = https://docs.openstack.org/python-mistralclient/latest/
|
||||||
|
|
||||||
[files]
|
[files]
|
||||||
packages =
|
packages =
|
||||||
|
Reference in New Issue
Block a user