Skip to content

Conversation

mistwire
Copy link
Contributor

@mistwire mistwire commented Jan 22, 2024

fixes #297

@mistwire mistwire changed the title allow picture through fixes #297 allow picture through Jan 22, 2024
# Infer the format of the description from package metadata.
if not content_format:
content_type = message.get("Description-Content-Type", "text/x-rst") # type: ignore[attr-defined] # noqa: E501 https://github.com/python/typeshed/issues/10021
content_type = message.get("Description-Content-Type", "text/x-rst")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for pulling this out now that our CI runs on 3.x latest

@miketheman miketheman merged commit ac2baee into pypa:main Jan 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow picture through
2 participants