Skip to content

Commit 2e5a830

Browse files
committed
Replace description-content-type by its underscore name
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 Closes-Bug: #2104030 Change-Id: Id88b9c73a4cd9511750f38da9393dae3adbc5c1e
1 parent b01c138 commit 2e5a830

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = python-openstackclient
33
summary = OpenStack Command-line Client
44
description_file =
55
README.rst
6-
description-content-type = text/x-rst
6+
description_content_type = text/x-rst
77
author = OpenStack
88
author_email = openstack-discuss@lists.openstack.org
99
home_page = https://docs.openstack.org/python-openstackclient/latest/

0 commit comments

Comments
 (0)