From c74fe21b338071a21acac31457be2d18c6cf27ef Mon Sep 17 00:00:00 2001 From: boyska Date: Sat, 10 Aug 2019 21:57:41 +0200 Subject: [PATCH] fix content type in setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 68f8dc9..d4cdc26 100644 --- a/setup.py +++ b/setup.py @@ -32,6 +32,7 @@ setup(name='larigira', version='1.2.1', description='A radio automation based on MPD', long_description=read('README.rst'), + long_description_content_type='text/x-rst', author='boyska', author_email='piuttosto@logorroici.org', license='AGPL',