You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's common for python packages to list multiple classifiers in setup.py. yolk itself does so too: https://github.com/cakebread/yolk/blob/develop/setup.py.
But, as the list of key-value pairs from email.message_from_string is copied into a dictionary, only the last key-value pair with the same key is returned in the metadata dictionary.
The text was updated successfully, but these errors were encountered:
It's common for python packages to list multiple classifiers in
setup.py
.yolk
itself does so too: https://github.com/cakebread/yolk/blob/develop/setup.py.But, as the list of key-value pairs from
email.message_from_string
is copied into a dictionary, only the last key-value pair with the same key is returned in the metadata dictionary.The text was updated successfully, but these errors were encountered: