-
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
Only the first author and maintainer are included in metadata of packages built with poetry when multiple are listed #7229
Comments
so far as I can see the metadata only allows a single author and maintainer - see https://packaging.python.org/en/latest/specifications/core-metadata/#author and https://packaging.python.org/en/latest/specifications/core-metadata/#maintainer NB fields that are allowed to be repeated are annotated as "multiple use" in that document. Can you spell out what you are expecting poetry to do? |
I will admit I hadn't checked the metadata specs. I assumed that since both poetry and PEP 621 allow multiple values for authors and maintainers in |
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) and have included the output below. - No exception raisedIssue
I have defined multiple
authors
andmaintainers
under[tool.poetry]
, (see below) but after building withpoetry build
, only the first of each is listed in METADATA in the wheel, and inPKG-DATA
in the sdist. I can find only one other reference to this problem, in this stack overflow question with no resolution: https://stackoverflow.com/questions/72003628/why-cant-i-have-multiple-authors-after-build-with-poetry-in-pkg-infoReults in this METADATA
full (sanitised) pyproject.toml here: https://gist.github.com/mhamiltonj/b69bce33995561bb71cefc477f06659b
The text was updated successfully, but these errors were encountered: