Skip to content

Commit

Permalink
MAINT: use placeholder email address for Thomas Li in pyproject.toml
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dnicolodi authored and rgommers committed Nov 7, 2023
1 parent f115ca5 commit 778e2f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ maintainers = [
{ name = 'Ralf Gommers ', email = '[email protected]' },
{ name = 'Daniele Nicolodi', email = '[email protected]' },
{ name = 'Henry Schreiner', email = '[email protected]' },
{ name = 'Thomas Li'},
{ name = 'Thomas Li', email = '[email protected]' },
]
classifiers = [
'Development Status :: 5 - Production/Stable',
Expand Down

0 comments on commit 778e2f9

Please sign in to comment.