Add missing name attribute

I assume this is the intention.

Change-Id: I622731b4cbd2727c38c82348f47a4692964281b9
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
This commit is contained in:
Stephen Finucane
2025-06-27 09:32:29 +01:00
parent 447deedfdf
commit b4ae043f3a

View File

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