From 5e214773089d874ba7a80e589b270e15ffd35f13 Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Tue, 3 Apr 2018 11:29:31 -0400 Subject: [PATCH] Added markdown tag for the new PyPI warehouse --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index aa8a39f..4e6d387 100644 --- a/setup.py +++ b/setup.py @@ -48,6 +48,7 @@ setuptools.setup( version=version, description='A simple terminal viewer for Reddit (Reddit Terminal Viewer)', long_description=long_description(), + long_description_content_type='text/markdown', url='https://github.com/michael-lazar/rtv', author='Michael Lazar', author_email='lazar.michael22@gmail.com',