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. Per the metadata specification, maintainers should be omitted if its the same as authors, so drop it entirely because it is. Change-Id: I9aaf54fe88162950e5f50598a3de71e53833090e
This commit is contained in:
parent
32c0590450
commit
b4122ae3bd
@ -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",
|
||||
@ -47,10 +46,6 @@ keywords = [
|
||||
]
|
||||
# TODO: Add 'license = "Apache-2.0"' here and drop the License classifier above
|
||||
# once support for Python 3.8 is dropped (requires SetupTools>=77).
|
||||
maintainers = [
|
||||
{email = "service-discuss@lists.opendev.org"},
|
||||
{name = "OpenDev Contributors"},
|
||||
]
|
||||
name = "bindep"
|
||||
readme = {charset = "UTF-8", content-type = "text/x-rst", file = "README.rst"}
|
||||
requires-python = ">=3.7"
|
||||
|
Loading…
x
Reference in New Issue
Block a user