From: Paul Brossier Date: Thu, 22 Nov 2018 14:28:01 +0000 (+0100) Subject: [py] set long description content type to markdown X-Git-Tag: 0.4.8~2 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=b1294cc326b274baf823168deb02cbf7425fb47c;p=aubio.git [py] set long description content type to markdown --- 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',