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:
Jeremy Stanley 2025-04-03 23:46:35 +00:00
parent f473831dda
commit 60ba88bc83

View File

@ -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"