From b1294cc326b274baf823168deb02cbf7425fb47c Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Thu, 22 Nov 2018 15:28:01 +0100 Subject: [PATCH 1/1] [py] set long description content type to markdown --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 58b61f25..c606a761 100755 --- a/setup.py +++ b/setup.py @@ -74,6 +74,7 @@ distrib = setup(name='aubio', ext_modules = [aubio_extension], description = 'a collection of tools for music analysis', long_description = long_description, + long_description_content_type = 'text/markdown', license = 'GNU/GPL version 3', author = 'Paul Brossier', author_email = 'piem@aubio.org', -- 2.11.0