-
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
AttributeError with missing email in authors entry #66
Comments
If you look at the documentation (https://poetry.eustace.io/docs/pyproject/#authors), it is specified that each author must be in the form |
What about |
Release |
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. |
When using no email with entries in
authors
(authors = ["Alice"]
),poetry -vvv build
fails:I think the email should be allowed to be empty, which means that this should not crash.
The text was updated successfully, but these errors were encountered: