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