collective / icalendar

icalendar parser library for Python
https://icalendar.readthedocs.io
Other
986 stars 171 forks source link

[BUG] PyPI maintainer is off #711

Open niccokunzmann opened 2 weeks ago

niccokunzmann commented 2 weeks ago

Describe the bug

If you go to https://pypi.org/project/icalendar/ You can see that Betreuer: Christian Geier has the wrong email.

Expected behavior

All maintainers should be listed

This can be fixed in the pyproject.toml

Environment

Additional context

niccokunzmann commented 1 week ago

This is a problem of the build system.

Maintainer: Christian Geier
Maintainer-email: Nicco Kunzmann <niccokunzmann@rambler.ru>, Jaca <vitouejj@gmail.com>

What we do is correct: https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#authors-maintainers

This is followed up here: https://github.com/pypa/hatch/issues/1747