From: Kaliko Jack Date: Wed, 17 Feb 2021 11:52:06 +0000 (+0100) Subject: Add long description content type for setup.py X-Git-Tag: v0.6.0~16 X-Git-Url: http://git.kaliko.me/?p=python-musicpd.git;a=commitdiff_plain;h=5f6e6b382358787a6142a07a6ce459b502ac4019 Add long description content type for setup.py --- diff --git a/setup.py b/setup.py index b6fd525..9b6a127 100755 --- a/setup.py +++ b/setup.py @@ -29,6 +29,7 @@ setup( version=VERSION, description=DESCRIPTION, long_description=LONG_DESCRIPTION, + long_description_content_type='text/x-rst', author='Kaliko Jack', author_email='kaliko@azylum.org', url='https://kaliko.me/python-musicpd/',