summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSviatoslav Sydorenko <wk@sydorenko.org.ua>2022-12-06 23:25:59 +0100
committerGitHub <noreply@github.com>2022-12-06 14:25:59 -0800
commit5685f06189b3a568db06c2328bd1fba0888ee9a8 (patch)
tree316f90c837a701ec9a83b4537d1d40a1d732c683
parent066054f1f2d4109f55c6f5b6984a15d9a333b28c (diff)
downloadansible-5685f06189b3a568db06c2328bd1fba0888ee9a8.tar.gz
Set explicit meta `long_description_content_type` (#79468) (#79486)
This is necessary for `twine check --strict` to pass. (cherry picked from commit 80551633c7b4ed782c293b09b04d77d8385614c4)
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 5fc4433bb5..04e199652a 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/