Set explicit meta `long_description_content_type` (#79468) (#79488)

This is necessary for `twine check --strict` to pass.

(cherry picked from commit 80551633c7)
pull/79573/head
Sviatoslav Sydorenko 3 years ago committed by GitHub
parent a258e013bb
commit 6babd43ce0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -319,6 +319,7 @@ static_setup_params = dict(
name='ansible-core',
version=__version__,
description='Radically simple IT automation',
long_description_content_type='text/x-rst',
author=__author__,
author_email='info@ansible.com',
url='https://ansible.com/',

Loading…
Cancel
Save