summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSviatoslav Sydorenko <wk@sydorenko.org.ua>2022-12-06 23:26:25 +0100
committerGitHub <noreply@github.com>2022-12-06 14:26:25 -0800
commit5a2e5519991dd468be89137d01abfe06ba897cf3 (patch)
tree1dd29e0ef816ffe1df36a449a742b319627748bb
parent84695c915850250bb6c298a3a07ad9e76cfdb4b8 (diff)
downloadansible-5a2e5519991dd468be89137d01abfe06ba897cf3.tar.gz
Set explicit meta `long_description_content_type` (#79468) (#79487)
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 7e4cb92033..72827f04eb 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/