From 5ff4c8329e5a690cc5f5632b593f8cfc3c33a788 Mon Sep 17 00:00:00 2001 From: Simon Humpohl Date: Mon, 24 Sep 2018 11:41:30 +0200 Subject: [PATCH] Flag long description as markdown --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 275dc9f..f9de8e7 100644 --- a/setup.py +++ b/setup.py @@ -29,6 +29,7 @@ def init_file_content(): maintainer_email='simon.humpohl@rwth-aachen.de', description='Wrapper around VNX API to control signal generators, attenuators etc by vaunix', long_description=readme(), + long_description_content_type='text/markdown', url='https://github.com/qutech/vaunix_api', classifiers=[ 'Development Status :: 3 - Alpha',