Skip to content

Commit fd083b0

Browse files
priteaumarkgoddard
authored andcommitted
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: I2920e8581adb4505c0d03c43d7f94eef9735d7ed (cherry picked from commit ebba21c)
1 parent 0e5ff88 commit fd083b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.cfg

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[metadata]
22
name = kayobe-config
33
summary = Configuration for Kayobe
4-
description-file =
4+
description_file =
55
README.rst
66
author = OpenStack
7-
author-email = openstack-discuss@lists.openstack.org
8-
home-page = https://docs.openstack.org/kayobe/latest/
7+
author_email = openstack-discuss@lists.openstack.org
8+
home_page = https://docs.openstack.org/kayobe/latest/
99
classifier =
1010
Environment :: OpenStack
1111
Intended Audience :: Information Technology

0 commit comments

Comments
 (0)