poetry init
does not allow é
in the authors field #8779
Closed
Description
- Poetry version: 1.7.1
- Python version: 3.12.0
- OS version and name: MacOS Sonoma 14.1.1
- pyproject.toml: NA
- I am on the latest stable Poetry version, installed using a recommended method.
- I have searched the issues of this repo and believe that this is not a duplicate.
- I have consulted the FAQ and blog for any relevant entries or release notes.
- If an exception occurs when executing a command, I executed it again in debug mode (
-vvv
option) and have included the output below.
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 <john@example.com>
If I try Jose...
instead, it works though.
I didn't try other characters, but I'd suspect they also fail.