Provide content-type for long description in dists

Previously, `twine check <swift wheel>` would report
 WARNING `long_description_content_type` missing.
 defaulting to `text/x-rst`.
Change-Id: I5d004218515d17b8cbace46b2c1e646f734779f3
This commit is contained in:
Tim Burke
2024年06月28日 10:08:42 -07:00
parent b5200b0a4f
commit 0c9a524bee

View File

@@ -3,6 +3,7 @@ name = swift
summary = OpenStack Object Storage
description_file =
README.rst
long_description_content_type = text/x-rst
author = OpenStack
author_email = openstack-discuss@lists.openstack.org
url = https://docs.openstack.org/swift/latest/
Reference in New Issue
openstack/swift
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.