Fix authors/maintainers format in pyproject.toml

Corresponding name and email keys should be part of the same table
row, not separate rows unto themselves. The line is now wider than
80 columns because you can't really wrap inline tables in TOML.

Change-Id: I7881beaec3288222c39a4a017687165d9fb5796b
This commit is contained in:
Jeremy Stanley 2025-04-02 22:31:38 +00:00
parent e6dedce81c
commit f473831dda

View File

@ -4,8 +4,7 @@ build-backend = "pbr.build"
[project]
authors = [
{email = "service-discuss@lists.opendev.org"},
{name = "OpenDev Contributors"},
{name = "OpenDev Contributors", email = "service-discuss@lists.opendev.org"},
]
classifiers = [
"Development Status :: 5 - Production/Stable",
@ -39,8 +38,7 @@ keywords = [
]
license = "Apache-2.0"
maintainers = [
{email = "service-discuss@lists.opendev.org"},
{name = "OpenDev Contributors"},
{name = "OpenDev Contributors", email = "service-discuss@lists.opendev.org"},
]
name = "opendev-engagement"
readme = {charset = "UTF-8", content-type = "text/x-rst", file = "README.rst"}