From 14acb890f6da7becdde85ff78c5f618e952ab971 Mon Sep 17 00:00:00 2001 From: dgw Date: Sun, 16 Feb 2020 02:19:15 -0600 Subject: [PATCH] Fix description content type for PyPI / release 0.2.0 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 6518a3f..8a90527 100755 --- a/setup.py +++ b/setup.py @@ -30,6 +30,7 @@ version='0.2.0', description='A Twitter module for Sopel', long_description=readme + '\n\n' + history, + long_description_content_type='text/markdown', author='dgw', author_email='dgw@technobabbl.es', url='https://github.com/sopel-irc/sopel-twitter',