Update formatting of author_email in setup.cfg

SetupTools expects its options in setup.cfg to use underscores
instead of hyphens these days, but when revisiting the file in
Ib509016b532ec7cf65472cf3ee9a5e1b29949534 the author-email option
was overlooked. Correct it to author_email in per the deprecation
warnings.

Change-Id: Iaf1172ef120beb1293d99a027fac6f402c2ee278
This commit is contained in:
Jeremy Stanley 2021-11-20 18:59:13 +00:00
parent c4c2bf1afe
commit ba5ac5025b
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ summary = Binary dependency utility
long_description = file: README.rst
long_description_content_type = text/x-rst; charset=UTF-8
author = OpenDev Contributors
author-email = service-discuss@lists.opendev.org
author_email = service-discuss@lists.opendev.org
url = https://docs.opendev.org/opendev/bindep
project_urls =
Browse Source = https://opendev.org/opendev/bindep