Skip to content

Commit 57b185a

Browse files
author
yangyawei
committed
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 [1] pypa/setuptools@a2e9ae4cb Change-Id: I4f5ebb221bb305ec82aaa94829c2b16f72fa7a3c
1 parent 19ead1f commit 57b185a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[metadata]
22
name = cloudkitty-dashboard
33
summary = CloudKitty Horizon dashboard
4-
description-file =
4+
description_file =
55
README.rst
66
author = OpenStack
7-
author-email = [email protected]
8-
home-page = https://docs.openstack.org/cloudkitty-dashboard/latest/
7+
author_email = [email protected]
8+
home_page = https://docs.openstack.org/cloudkitty-dashboard/latest/
99
classifier =
1010
Environment :: OpenStack
1111
Intended Audience :: Information Technology

0 commit comments

Comments
 (0)