From ab95fa5dede670f4d0027a0ca0a32778090dcd58 Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Sun, 10 Mar 2019 18:57:50 +0900 Subject: [PATCH] Add long_description_content_type to package metadata --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index eccceebb3..30f8625c8 100644 --- a/setup.py +++ b/setup.py @@ -172,6 +172,7 @@ setup( author_email='georg@python.org', description='Python documentation generator', long_description=long_desc, + long_description_content_type='text/x-rst', zip_safe=False, classifiers=[ 'Development Status :: 5 - Production/Stable',