- Poetry version: 1.7.1
- Python version: 3.12.0
- OS version and name: MacOS Sonoma 14.1.1
- pyproject.toml: NA
Issue
I've read #798 and #4258, those issues deal with "post-init", my issue is with/about init.
As stated in the title, poetry init does not allow for é to exist in the authors field.
Author [José Duarte <redacted>, n to skip]:
Invalid author string. Must be in the format: John Smith <[email protected]>
If I try Jose... instead, it works though.
I didn't try other characters, but I'd suspect they also fail.
-vvvoption) and have included the output below.Issue
I've read #798 and #4258, those issues deal with "post-
init", my issue is with/aboutinit.As stated in the title,
poetry initdoes not allow foréto exist in the authors field.If I try
Jose...instead, it works though.I didn't try other characters, but I'd suspect they also fail.