From ca3736de0bcdfded43e4f52f7d8cbb37eea39b46 Mon Sep 17 00:00:00 2001 From: Ian Lee Date: Thu, 1 Aug 2019 14:45:59 -0700 Subject: [PATCH] Added long_description_content_type to setup.py --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 333ebd7..48c4a69 100644 --- a/setup.py +++ b/setup.py @@ -12,9 +12,10 @@ setup( name='llnl-scraper', - version='0.8.0', + version='0.8.1', description='Package for extracting software repository metadata', long_description=long_description, + long_description_content_type='text/markdown', author='Ian Lee', author_email='lee1001@llnl.gov', url='https://github.com/llnl/scraper',