-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Section tool.poetry.authors
does not accept umlauts (ä, ö, ü)
#4258
Comments
Hello @se-jaeger, unfortunately I'm not able to reproduce your problem. So let's try with the default questions :)
fin swimmer |
Hey @finswimmer, thanks for your quick answer! Regarding your questions:
|
Could you upload your |
It is directly after creating the project:
But you're right, removing the |
Maybe related? #798 |
Confirmed! It's the |
This can be closed? |
Sure. Thought someone wants to investigate this further or even fix it. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
-vvv
option).Issue
I'm using the following section:
and ran:
poetry build
This failed with the message:
(...) Invalid author string. Must be in the format: John Smith <[email protected]> (...)
Replacing
ä
withae
works as expected.In my opinion the error should be more descriptive, e.g.:
(...) Invalid author string. Must be in the format: John Smith <[email protected]> and should not contain special characters(/ umlauts) (...)
Full Stack Trace
The text was updated successfully, but these errors were encountered: