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
This commit is contained in:
parent
d5b5458e46
commit
896dcbdbc5
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user