ref: b1294cc326b274baf823168deb02cbf7425fb47c
parent: 5a02e53e0a0ac177f617518d4472a1906f904f00
author: Paul Brossier <piem@piem.org>
date: Thu Nov 22 10:28:01 EST 2018
[py] set long description content type to markdown
--- a/setup.py
+++ b/setup.py
@@ -74,6 +74,7 @@
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',