Modify "QEMU Developer Team" to "QEMU Project", as this matches the spelling we use for the collective on gitlab.com/qemu-project.
Add myself as the principal maintainer contact. Signed-off-by: John Snow <js...@redhat.com> --- setup.cfg | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 4ffab73..f06f944 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,8 +1,10 @@ [metadata] name = qemu.qmp version = file:VERSION -maintainer = QEMU Developer Team -maintainer_email = qemu-devel@nongnu.org +author = QEMU Project +author_email = qemu-devel@nongnu.org +maintainer = John Snow +maintainer_email = js...@redhat.com url = https://www.qemu.org/ download_url = https://www.qemu.org/download/ description = QEMU Python Build, Debug and SDK tooling. -- 2.34.1