From 555275e2576ddc4d5f402cb7b4a0fe812cb793f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Sun, 24 Feb 2019 17:28:27 +0000 Subject: [PATCH] Add long_description_content_type in setup.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index c277bdb..a17454b 100755 --- a/setup.py +++ b/setup.py @@ -57,6 +57,7 @@ setup( version=VERSION, description=DESCRIPTION, long_description=LONG_DESCRIPTION, + long_description_content_type='text/x-rst', author='Maxime Buquet', author_email='pep@bouah.net', url='https://lab.louiz.org/poezio/slixmpp-omemo',