Skip to content

Commit 778e2f9

Browse files
dnicolodirgommers
authored andcommitted
MAINT: use placeholder email address for Thomas Li in pyproject.toml
This is the same email address that is used in the for the git commits. This should fix how the Maintainers metadata field is rendered on the PyPI package page.
1 parent f115ca5 commit 778e2f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ maintainers = [
2323
{ name = 'Ralf Gommers ', email = '[email protected]' },
2424
{ name = 'Daniele Nicolodi', email = '[email protected]' },
2525
{ name = 'Henry Schreiner', email = '[email protected]' },
26-
{ name = 'Thomas Li'},
26+
{ name = 'Thomas Li', email = '[email protected]' },
2727
]
2828
classifiers = [
2929
'Development Status :: 5 - Production/Stable',

0 commit comments

Comments
 (0)