From 896dcbdbc5cff78810c734f7eb39843364ef596d Mon Sep 17 00:00:00 2001 From: Elod Illes Date: Tue, 2 Aug 2022 19:49:37 +0200 Subject: [PATCH] Fix package metadata for pypi upload pypi upload is failing as now metadata check is more strict and formerly ignored wrong long_description_content_type (rst-x instead of x-rst) now results error during pypi upload. This patch sets the proper content type that pypi accepts. Closes-Bug: #1983405 Change-Id: I084e8061523d59bb4855a0db1a19873a85fda57b --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index a5967b43c..cc30e6cb0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,7 +2,7 @@ name = tripleo-validations summary = A collection of Ansible playbooks to detect and report potential issues during TripleO deployments long_description = file: README.rst -long_description_content_type = text/rst-x +long_description_content_type = text/x-rst author = OpenStack author_email = openstack-discuss@lists.openstack.org home_page = https://docs.openstack.org/tripleo-validations/latest/