From 592b3527529e710c0e459e9571da517191105525 Mon Sep 17 00:00:00 2001 From: Nikolas Nyby Date: Tue, 26 May 2020 21:36:37 -0400 Subject: [PATCH] fix long_description content type --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index d413d51..6a38dcc 100644 --- a/setup.py +++ b/setup.py @@ -10,6 +10,7 @@ author_email="ctl-dev@columbia.edu", url="https://github.com/ccnmtl/django-smoketest", description="Django smoketest framework", + long_description_content_type='text/markdown', long_description=open(os.path.join(ROOT, 'README.md')).read(), install_requires=['Django>=1.8'], scripts=[],