Problem: pypi.org/project/fluxie shows only me as author, with Alexandre's email address.
Background: The handling of authors and maintainers fields from pyproject.toml to pypi.org can lead to surprises. See this discussion for details.
To my understanding, the following rules apply:
- If one author has no email specified, this author will (currently) be shown as if they were the only author.
- If the email is speficied for all authors, the first author from the list should be shown as author.
Possible Solutions:
- You can add my email address, then (only) Alexandre will appear as author.
- You could add a generic "PARIS Team" or similar as first entry in the list of authors. This avoids having a single author listed in the pypi metadata.
Problem: pypi.org/project/fluxie shows only me as author, with Alexandre's email address.
Background: The handling of
authorsandmaintainersfields frompyproject.tomlto pypi.org can lead to surprises. See this discussion for details.To my understanding, the following rules apply:
Possible Solutions: