We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We are using hatchling for icalendar. What I noticed is that the maintainers are off:
git clone --branch v6.0.0 https://github.com/collective/icalendar.git icalendar cd icalendar pip3 install build python3 -m build cd dist tar -xf icalendar-6.*.tar.gz cd icalendar* cat PKG-INFO | grep Maintainer
Should yield:
Maintainer: Christian Geier Maintainer-email: Nicco Kunzmann <[email protected]>, Jaca <[email protected]>
The Author-email seems to be a little off, too: There is no Author, just the email field.
I wanted to report this as we have several maintainers.
See also:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We are using hatchling for icalendar.
What I noticed is that the maintainers are off:
Should yield:
The Author-email seems to be a little off, too: There is no Author, just the email field.
I wanted to report this as we have several maintainers.
See also:
The text was updated successfully, but these errors were encountered: