Merge "Support Description-Content-Type metadata"

This commit is contained in:
Zuul 2017-12-05 07:51:44 +00:00 committed by Gerrit Code Review
commit cd3e4f2949
4 changed files with 5 additions and 1 deletions

View File

@ -50,7 +50,8 @@ itself):
author = OpenStack Foundation
author-email = openstack-dev@lists.openstack.org
summary = OpenStack's setup automation in a reusable form
description-file = README
description-file = README.rst
description-content-type = text/x-rst; charset=UTF-8
home-page = https://launchpad.net/pbr
license = Apache-2
classifier =

View File

@ -10,6 +10,7 @@ summary = Test package for testing pbr
description-file =
README.txt
CHANGES.txt
description-content-type = text/plain; charset=UTF-8
requires-python = >=2.5
requires-dist =

View File

@ -104,6 +104,7 @@ D1_D2_SETUP_ARGS = {
"description": ("metadata", "summary"),
"keywords": ("metadata",),
"long_description": ("metadata", "description"),
"long_description_content_type": ("metadata", "description_content_type"),
"download_url": ("metadata",),
"classifiers": ("metadata", "classifier"),
"platforms": ("metadata", "platform"), # **

View File

@ -5,6 +5,7 @@ author-email = openstack-dev@lists.openstack.org
summary = Python Build Reasonableness
description-file =
README.rst
description-content-type = text/x-rst; charset=UTF-8
home-page = https://docs.openstack.org/pbr/latest/
requires-python = >=2.6
classifier =