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' },