From e466bfd65b2775788303f411e215fb863a28d91a Mon Sep 17 00:00:00 2001 From: FredLoney Date: Wed, 31 Jul 2019 14:12:22 -0700 Subject: [PATCH] Set project long description format. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 2429d25..19e3cdb 100644 --- a/setup.py +++ b/setup.py @@ -55,6 +55,7 @@ def readme(): scripts = glob.glob('bin/*'), url = 'https://github.com/biodev/imppload/', description = 'Immport upload preparation', + long_description_content_type='text/markdown', long_description = readme(), classifiers = [ 'Development Status :: 5 - Production/Stable',