Drop maintainers field from pyproject.toml
According to https://packaging.python.org/en/latest/specifications/core-metadata/#core-metadata-maintainer we should only include a maintainers list if it differs from the authors list. Change-Id: Ie89cebe9a16377693f4ca577140699922faefeec
This commit is contained in:
parent
f473831dda
commit
60ba88bc83
@ -37,9 +37,6 @@ keywords = [
|
||||
"statistics",
|
||||
]
|
||||
license = "Apache-2.0"
|
||||
maintainers = [
|
||||
{name = "OpenDev Contributors", email = "service-discuss@lists.opendev.org"},
|
||||
]
|
||||
name = "opendev-engagement"
|
||||
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