summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSviatoslav Sydorenko <wk@sydorenko.org.ua>2022-11-28 16:16:46 +0100
committerGitHub <noreply@github.com>2022-11-28 16:16:46 +0100
commit80551633c7b4ed782c293b09b04d77d8385614c4 (patch)
tree718df53b5cceaa19abc6b6a7e65db10cdfcd3339
parentf79a54ae22b59d4c9bab0fb71d95c63b2e4b834b (diff)
downloadansible-80551633c7b4ed782c293b09b04d77d8385614c4.tar.gz
Set explicit meta `long_description_content_type` (#79468)
This is necessary for `twine check --strict` to pass.
-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/