From b4ae043f3af3c951711ddfbaf6747bb4fc4e0522 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Fri, 27 Jun 2025 09:32:29 +0100 Subject: [PATCH] Add missing name attribute I assume this is the intention. Change-Id: I622731b4cbd2727c38c82348f47a4692964281b9 Signed-off-by: Stephen Finucane --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d84cdd8..7415c6d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "openstack-codegenerator" description = "Generator for OpenStack stuff" authors = [ {name = "Artem Goncharov"}, - {email="openstack-discuss@lists.openstack.org"} + {name = "OpenStack", email = "openstack-discuss@lists.openstack.org"}, ] readme = {file = "README.rst", content-type = "text/x-rst"} license = {text = "Apache-2.0"}