From 5685f06189b3a568db06c2328bd1fba0888ee9a8 Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Tue, 6 Dec 2022 23:25:59 +0100 Subject: [PATCH] Set explicit meta `long_description_content_type` (#79468) (#79486) This is necessary for `twine check --strict` to pass. (cherry picked from commit 80551633c7b4ed782c293b09b04d77d8385614c4) --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 5fc4433bb5a..04e199652a3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,6 +5,7 @@ name = ansible-core version = attr: ansible.release.__version__ description = Radically simple IT automation long_description = file: README.rst +long_description_content_type = text/x-rst author = Ansible, Inc. author_email = info@ansible.com url = https://ansible.com/