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 committed Nov 5, 2023
1 parent 5285d4a commit 67077d3
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 67077d3

Please sign in to comment.