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] https://github.com/pypa/setuptools/commit/a2e9ae4cb
Change-Id: I1b4b1cdbc9624b0a4f460858bd6ecca114028c76

Change-Id: Id3612ebd6340cfdfcb5b0d3990c6877ccc97a333
This commit is contained in:
maliangyi 2022-06-05 10:21:45 +08:00
parent 1e6629d5ea
commit ce74c4c756
1 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
[metadata]
name = XStatic-roboto-fontface
description = roboto-fontface 0.8.0 (XStatic packaging standard)
description-file = README.rst
description_file = README.rst
maintainer = Rob Cresswell
maintainer-email = robert.cresswell@outlook.com
home-page = https://github.com/choffmeister/roboto-fontface-bower
maintainer_email = robert.cresswell@outlook.com
home_page = https://github.com/choffmeister/roboto-fontface-bower
keywords = roboto_fontface xstatic
license = Apache-2.0
zip_safe = False