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:
@@ -3,6 +3,7 @@ name = swift
|
|||||||
summary = OpenStack Object Storage
|
summary = OpenStack Object Storage
|
||||||
description_file =
|
description_file =
|
||||||
README.rst
|
README.rst
|
||||||
|
long_description_content_type = text/x-rst
|
||||||
author = OpenStack
|
author = OpenStack
|
||||||
author_email = openstack-discuss@lists.openstack.org
|
author_email = openstack-discuss@lists.openstack.org
|
||||||
url = https://docs.openstack.org/swift/latest/
|
url = https://docs.openstack.org/swift/latest/
|
||||||
|
|||||||
Reference in New Issue
Block a user