-
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
Author name validation doesn't allow for "&" in last name #3485
Comments
Not sure if there's any technical reason why |
Useful for R&D departments :) python-poetry/poetry#3485
Useful for R&D departments :) python-poetry/poetry#3485
Merged in python-poetry/poetry-core#120! Thanks @finswimmer |
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
Hi!
We're using poetry in my R&D group. The "author" of packages in our case is not a specific person but the group, so I've set the author field in the pyproject file to:
(obviously, instead of MyCompaneName I filled in the actual company name)
Stack trace (relevant part):
However, when changing the author string to not include the
&
character (replaced withn
), it works.I think that removing this validation will be helpful.
The text was updated successfully, but these errors were encountered: