From b3373346f4f60b9f0929d7a1042fa909badc6a48 Mon Sep 17 00:00:00 2001 From: Daniele Nicolodi Date: Thu, 14 Sep 2023 13:42:53 +0200 Subject: [PATCH] BUG: fix minor typo in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index beaa86112..8cfd805b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ requires-python = '>= 3.7' license = { file = 'LICENSES/MIT.txt' } keywords = ['meson', 'build', 'backend', 'pep517', 'package'] maintainers = [ - { name = 'Ralf Gommers ', email = 'ralf.gommers@gmail.com' }, + { name = 'Ralf Gommers', email = 'ralf.gommers@gmail.com' }, { name = 'Daniele Nicolodi', email = 'daniele@grinta.net' }, { name = 'Henry Schreiner', email = 'HenrySchreinerIII@gmail.com' }, { name = 'Thomas Li', email = '47963215+lithomas1@users.noreply.github.com' },